mirror of
https://github.com/metafy-social/python-scripts.git
synced 2025-01-18 07:17:03 +00:00
Create erb.py
This commit is contained in:
parent
53e7240a6b
commit
a6a8a46be7
6
scripts/Empty Recycle Bin/erb.py
Normal file
6
scripts/Empty Recycle Bin/erb.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
import winshell
|
||||
try:
|
||||
cmd = winshell.recycle_bin().empty(confirm=False, sound=True)
|
||||
print("Recycle bin is emptied now !")
|
||||
except cmd:
|
||||
print("Recycle bin was already empty !")
|
Loading…
Reference in New Issue
Block a user