Sorts images into destination files. Written in python. I got really sick of organising my character art and meme folders by hand.
Pictures
├ Family
├ Holiday
├ Wedding
├ My stuff
├ Misc
'destination'
, and the folder that contains all the existing pictures you want to sort as the source
. Note these cannot be the same folder. They must be different structures.By default the program will only load a portion of the images in the folder for performance reasons. Press the "Add Files" button to make it load another chunk. You can configure how many it adds and loads at once in the program.
prefs.json
and editing the hotkeys entry. There is no GUI editor or hotkeys at this time.There are hotkeys and buttons for the folders to sort into, which are essentially your categories, and you can customise hotkeys (though you'll need to restart the program). Hotkeys can be customized in prefs.json
Thanks to FooBar167 on stackoverflow for the advanced (and memory efficient!) Zoom and Pan tkinter class. Thank you for using this program.