Photo Sorter is a lightweight desktop application for organizing your photos efficiently. Built with Python, it provides a simple and intuitive interface to help you manage your photo collections.
- Easy-to-use graphical interface
- Optimized performance, fast image loading and minimal memory footprint
- Sort photos from a source folder into up to 9 categories/destination folders
- Preview images and quickly sort them using keyboard shortcuts (keys 1–9)
- Supports all popular image file types (JPEG, PNG, GIF, BMP, TIFF, WEBP)
- Launch the app and select the folder containing your photos.
- Choose up to 9 sorting categories with the corresponding destination folders.
- For each photo, select the corresponding category or use keys 1–9 to quickly sort and move the image into the selected folder.
You can use Photo Sorter in two ways:
- Make sure you have Python 3.12+ installed.
- Install dependencies:
pip install -r requirements.txt - Run the app:
python __main__.py
- Download the latest
.exefile (Windows only) from the Releases section. - Double-click the file to launch the app. No Python installation required.
Contributions are welcome! Please open issues or submit pull requests for improvements or bug fixes.
This project is licensed under the MIT License.