Skip to content

Dragonius/Python_delete_Pictures

Repository files navigation

Python_delete_Pictures

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 )

Python tests

CodeQL

codecov

Repography logo / Recent activity Time period

Timeline graph Issue status graph Pull request status graph Trending topics

Updates: 14.2.2024 update code to newer codebase. 25.6.2023 Stared to sign commits