Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.55 KB

README.md

File metadata and controls

54 lines (40 loc) · 1.55 KB

Auto Image Defragmentor

A software for sorting images into folders based on their EXIF data (date taken)



Purpose

  • 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.


Usage

  1. Install python into your device

  2. Run terminal command python --version` to check if python is installed correctly

  3. Clone this repository to your local machine. Copy the url in the browser and inside terminal write git clone [url].git

  4. Run the program by typing python rename_by_id.py

  5. Then run python sorter.py

  6. 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


Contributing

For any issues or bugs, please create an issue in the issues tab. If you would like to contribute to this project, please fork the repository and create a pull request. Thank you.