- This software is designed to sort images into folders based on their EXIF data (date taken).
- It is designed to be used with a large number of images, and is therefore optimized for speed.
- It is also designed to be used with images that have been taken with a camera that does not have a date/time stamp on the image itself, but rather stores the date/time in the EXIF data.
- This is the case with most modern cameras, but not all. If your camera does not store the date/time in the EXIF data, this software will not work for you.
- Install python into your device
- Run terminal command
python --version
` to check if python is installed correctly - Clone this repository to your local machine. Copy the url in the browser and inside terminal write
git clone [url].git
- Run the program by typing
python rename_by_id.py
- Then run
python sorter.py
- Bingo!!! ✨ You've successfully sorted and created directories for your images. This will save a lot of time because manual process would have taken hours