Skip to content

Sorts your images into annual directories according to their capture date.

Notifications You must be signed in to change notification settings

TheFirstRandom/photosort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

PHOTOSORT


About

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.

OS

Python version: Windows, macOS, Linux
Executable: Windows

Installation (only for the Python version)

Python installation:
Python for Windows
Python for macOS

Required Python packages:

  • Pillow: pip install pillow

Usage

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.

Notes

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.

About

Sorts your images into annual directories according to their capture date.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages