Skip to content

NathanYee412/pyPhotoOrganizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

pyPhotoOrganizer

Simple (File)photo organizer using Python. This program will sort a given directory by file creation date. Use is not limited to photos only.

Requirements

  • Python3
  • Folder with photos to be sorted

Use Case:

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.

How to Use

  1. Start by copying all of your photos into a new folder on your desktop.
  2. Download ziped version of this repository and extract into your desired location.
  3. Open Terminal and navigate to the extracted location.
  4. Navigate to downloaded code directory.
  5. Run code "python3 .\photoOrg.py".
  6. Click on the top button to choose the directory that you want to sort from step 0.
  7. Click on the Organize button to sort the directory.

Libraries

  • os
  • datetime
  • shutil

About

Simple photo organizer using Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages