Image-sorter is a desktop application designed to streamline the process of organizing large volumes of photos. It allows users to quickly categorize images into specific folders using customizable keyboard shortcuts.
Ensure you have Python installed on your system. You can then install the necessary dependencies using pip:
pip install customtkinter pillow
- Run the application: Execute the script using the following command:
python main.py
- Setup Phase:
-
Click Add New Category to define where images should be sent.

-
In the Keyboard Shortcut section, enter a key and check the boxes for the corresponding destination folders.

- Sorting Phase:
-
The application will display the first image. Press your pre-defined shortcut keys to copy the image to your chosen folders.
-
The app automatically moves to the next image after a shortcut is pressed.

- Completion:
- Once all images in the folder are processed, a summary screen will appear.

