today update

This commit is contained in:
dengrb1
2023-07-25 23:59:27 +08:00
committed by GitHub
parent 994d4cc179
commit fa115b8b32
9 changed files with 57 additions and 7 deletions

View File

@@ -72,6 +72,7 @@ bt_fh = Button(frame, text='返回', command=fh)
# pack and Label
Label(root, text="GUI").pack()
bt_fh.pack()
bt_qt.pack()
bt_pyside.pack()
bt_kivy.pack()
@@ -81,7 +82,7 @@ bt_seaborn.pack()
bt_flexx.pack()
bt_pysimpleGUI.pack()
bt_wx.pack()
bt_fh.pack()
# mainloop