Skip to content

A simple GUI python software for quick photo sorting.

Notifications You must be signed in to change notification settings

AndDevDE/photosort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PhotoSort

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!

Installation

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

Usage

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!

About

A simple GUI python software for quick photo sorting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages