Python Tkinter Menu

本人想開發一個簡易的搜圖GUI,基於此,選擇用Tkinter模塊開發。 需要開發出菜單欄 1 from Tkinter import * 2 3 4 root = Tk() 5 root.title("搜圖助手") 6 root.geometry("500x500+600+200") 7 help = tkMessageBox.showinfo("歡迎", "歡迎使用搜圖助手!\
相關文章
相關標籤/搜索