small-programs

Image Organizer

TThe script loads all JPG image from the current folder. You can sort the images into folders by pressing a key on your keyboard. The script creates a folder (folder name: the button you pressed) and moves the image into this new folder.

Another keyboard actions:

Usage (3 images displayed at once):

python3 image-organizer.py

Add the “single” argument to display only 1 image:

python3 image-organizer.py single

image-organizer.py