Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 2 KB

README.md

File metadata and controls

42 lines (26 loc) · 2 KB

Photo Organizer

A simple GUI based windows application built using PyQt5 for organizing your photos into multiple sub folders of your choice.

Current version v1.0, only compatible with Windows OS

Installation :

You can download 7Zip for extraction from here

  • Run PhotoOrganizer.exe voila!!!! ✌️

User Manual :

  • STEP 1 : Browse the images folder which you want to sort.

screenshot 1

  • STEP 2 : Type in the subfolder's name in the text field and hit "ENTER" or click "ADD FOLDER" button to create a radiobutton with the given folder name.

screenshot 1

You won't be able to create multiple subfolders with same name. While giving name to subfolders, special characters will be automatically removed to ensure validity of folder name as per the OS.

  • STEP 3 : For each image, check the radiobutton that corresponds to the subfolder onto which you wish to move that image to.

screenshot 1

You can review your choice for every image using the <- and -> buttons.

  • STEP 4 : Once you are finished, click the "SORT" button to start sorting images according to the choices you have made.

screenshot 1

Once sorting is completed, it will open the output folder for you. Output folder will be created at Desktop.

Source code available at Photo_Organizer.py

UI file and resource files needed to run it must also be downloaded.

More projects available at : https://github.com/mochatek