scripts/images
2023-05-08 18:21:26 +03:00
..
classifier.py added image utils 2023-03-08 13:41:14 +03:00
clear.py added image utils 2023-03-08 13:41:14 +03:00
manage.py update file view 2023-05-08 18:21:26 +03:00
README.md added image description 2023-03-16 13:57:26 +03:00

Image scripts

several scripts for sorting and managing images

Note: highly depended on python's tkinter and pillow

Install

# Debian
$ sudo apt-get install python3-tk 
# Fedora
$ sudo dnf install python3-tkinter
# Arch
$ yay -S tk

$ pip install Pillow tk

Clear

Find files with the same hash and deletes them

Run

$ python3 clear.py

Manage

Show images and moves them to folders on key press

Run

$ python3 manage.py

Classifier

Sort images into real/not real photos

Run

$ python3 classifier.py