Skip to content

Commit e7bd769

Browse files
authored
Merge pull request #26 from ssiddhantsharma/patch-1
Create auto_clear_recyclebin.py
2 parents 48c75a6 + 06ae25f commit e7bd769

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#Python script to delete recycle bin contents with CLI without displaying that annoying progess bar but with a cool sound!
2+
3+
import winshell
4+
winshell.recycle_bin().empty(confirm=False, show_progress=False, sound=True)

0 commit comments

Comments
 (0)