Simple Commandline: for i in /home/username/Pictures/*.jpg; do python3 ./delete.py "$i";done
Requirments starts from: python 3.8 -> python 3.11 Pillow ( 9.3.0 ) nympy imageio ( Python 3.7 and newer )
Updates: 14.2.2024 update code to newer codebase. 25.6.2023 Stared to sign commits