Develop #1

Merged
dengrb1 merged 16 commits from develop into main 2023-08-28 03:02:35 +00:00
Showing only changes of commit ec4817a226 - Show all commits

View File

@@ -52,7 +52,8 @@ def arcade():
os.system(f'pip install arcade {i}')
messagebox.showinfo(install, ok)
def fh():
sys.exit()
root.destroy()
exit()
pass
@@ -68,7 +69,7 @@ bt_arcade = Button(frame, text='arcade安装', command=arcade)
bt_pyopengl = Button(frame, text='pyopenGL安装', command=pyopengl)
# pack
Label(root, text='游戏库安装')
Label(root, text='游戏库安装').pack()
bt_fh.pack()
bt_pygame.pack()
bt_pyopengl.pack()