Organize your pictures by the date they were taken.
Reads JPEG images, extracts the capture date from EXIF metadata, and saves them into a YEAR/MONTH-MONTHNAME/ directory structure.
Python >= 3.9
pip install .
For development:
pip install -e .
chronologanizer --input=<input directory> --output=<output directory>
Or run as a module:
python -m chronologanizer --input=<input directory> --output=<output directory>