Skip to content

Latest commit

 

History

History
executable file
·
25 lines (16 loc) · 1.63 KB

File metadata and controls

executable file
·
25 lines (16 loc) · 1.63 KB

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

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