2023/8/27 update

This commit is contained in:
dengrb1
2023-08-27 11:52:33 +08:00
committed by GitHub
parent 0f51fe5616
commit 2a869217a7
2 changed files with 2 additions and 13 deletions

View File

@@ -29,12 +29,6 @@ canvas.pack(side="left", fill="both", expand=True)
# def
def open_exe(exe_name):
if os.path.exists(os.path.join(ml, f"{exe_name}.exe")):
os.system(f"start {exe_name}.exe")
else:
messagebox.showerror('delete', file_error)
pass
def Requests():
os.system('pip uninstall Requests')
messagebox.showinfo('pip uninstall', ok2)