This program reads the EXIF data from photos or similar files. It creates a folder in the target directory named after the year the file was taken (EXIF tag: DateTimeOriginal
) and moves the file there. If no capture date is available, the modification date is used instead. Use --redo
to reverse the process.
Python version: Windows, macOS, Linux
Executable: Windows
Python installation:
Python for Windows
Python for macOS
Required Python packages:
- Pillow:
pip install pillow
Command for the Python package:
python /path/to/photosort.py
Command for the executable (exe):
X:\path\to\photosort.exe
Run --help
for more information.
It is possible that antivirus software may block the executable, as it accesses personal data (the image files) on your PC. Try using the Python version instead or mark the executable as trusted.