Snapsort is a Python script that organizes photos from a source folder into a target folder by date and time, using the format:
folder/YYYY/MM/YYYY-MM-DD 00h00m00s.jpg
I had a whole bunch of photos in a mess of folders. I created this script to organise my photos in a neat directory structure. This script will organise photos into a chronological folder structure. The script will search and organise photos in all sub directories.
Download and run the snapsort.py script like you would any other python script. Please see usage details below.
python snapsort.py <source directory> <target directory>
To see all the commands and features available type the following command:
python snapsort.py --help
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
- 21/06/15: v1 published on github.
- 08/02/21: v2 published
- Created by Zain Khan.
- Template for this README is Template-README created by Zain Khan
See the LICENSE file in this project's directory.