Simple (File)photo organizer using Python. This program will sort a given directory by file creation date. Use is not limited to photos only.
- Python3
- Folder with photos to be sorted
Backing up photos from a SD card onto a Hard drive. I would first copy all of the photos that I would want to backup, then run this program onto the hard drive.
- Start by copying all of your photos into a new folder on your desktop.
- Download ziped version of this repository and extract into your desired location.
- Open Terminal and navigate to the extracted location.
- Navigate to downloaded code directory.
- Run code "python3 .\photoOrg.py".
- Click on the top button to choose the directory that you want to sort from step 0.
- Click on the Organize button to sort the directory.
- os
- datetime
- shutil