A simple GUI python software for quick photo sorting.
Just open a folder, and easily sort your photos into two different folders just by pressing two keys on the keyboard. No mouse requiered!
To run PhotoSort you need Python3 and Pip installed. Then install following packages using pip:
MacOS/Linux:
pip3 install tkinter pillow
Windows:
pip install tkinter pillow
Then, just run the file:
MacOS/Linux:
python3 photosort.py
Windows:
python photosort.py
First run the file, then select a folder.
Use Left- and Right-Arrow keys to navigate through the pictures. Use x to move the picture to the "trash" folder, use y to move picture to the keep folder. Use + and - to make photo viewer larger/smaller.
WARNING:
The script requieres you to create the folders "keep" and "trash" inside the directory where your photos are yourself!