Skip to content

gabrielschmidt95/Image-Sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ORGANIZE IMAGES BY EXIF DATE


Step 1: Create a virtual environment

python -m venv <env_name>

Step 2: Activate the virtual environment

source <env_name>/bin/activate

The name of the activated environment will appear on the left of the prompt.

Step 3: Install the packages

conda env create -f environment.yml

Required arguments:

Parameter Default Description
-p --path / Path to your images folder

Required tools

python 3.9

pillow 8.3.1

pip v21.2.4

About

Organize your photos by capture dates contained in EXIF

Topics

Resources

License

Stars

Watchers

Forks

Languages