2023/8/28 update

This commit is contained in:
dengrb1
2023-08-28 11:00:35 +08:00
committed by GitHub
parent 111310b94b
commit 90b02bdd4c
4 changed files with 7 additions and 5 deletions

View File

@@ -42,6 +42,8 @@ def computer_delete():
open_exe('computer_delete')
def maths_delete():
open_exe('maths_delete')
def game_delete():
open_exe("game_delete")
def pyinstaller_remove():
os.system('pip uninstall pyinstaller')
messagebox.showinfo('pip uninstall', ok)