This commit is contained in:
dengrb1
2023-05-09 13:24:54 +08:00
committed by GitHub
parent cefcd57d59
commit 114a0c8a8e

View File

@@ -62,7 +62,7 @@ def fh():
root.destroy() root.destroy()
# button # button
bt_pq5 = Button(root, text='pyqt5删除', command=pyqt_remove) bt_qt = Button(root, text='pyqt5删除', command=pyqt_remove)
bt_pygame = Button(root, text='pygame删除', command=pygame_remove) bt_pygame = Button(root, text='pygame删除', command=pygame_remove)
bt_matplotlib = Button(root, text='matplotlib删除', command=Matplotlib) bt_matplotlib = Button(root, text='matplotlib删除', command=Matplotlib)
bt_seaborn = Button(root, text='Seaborn删除', command=Seaborn) bt_seaborn = Button(root, text='Seaborn删除', command=Seaborn)