Skip to content

josephmc5/chronologanizer

Repository files navigation

Chronologanizer

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.

Requirements

Python >= 3.9

Installation

pip install .

For development:

pip install -e .

Usage

chronologanizer --input=<input directory> --output=<output directory>

Or run as a module:

python -m chronologanizer --input=<input directory> --output=<output directory>

About

Organize your pictures by the date they were taken.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published