Create erb.py

This commit is contained in:
N11rm44L 7w44711 2022-10-15 07:28:44 +05:45 committed by GitHub
parent 53e7240a6b
commit a6a8a46be7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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 !")