Skip to content

Small project for sorting images in a folder into a number of label categories which can be specified by the user.

License

Notifications You must be signed in to change notification settings

baumgach/image-sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Small project for sorting images in a folder into a number of label categories which can be specified by the user. The system displays a GUI using Tkinter which lets the user cycle rapidly through all the images in the folder, and assign them a label, that is copy it to a subfolder with that label name.

The only requirement not already packaged with python is the Pillow library.

Usage:

python sort_folder.py 
    --folder <INPUT-FOLDER> 
    --labels <INPUT-LABEL1> <INPUT-LABEL2> ...

About

Small project for sorting images in a folder into a number of label categories which can be specified by the user.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages