You can create a textbox using Tkinter Entry class like this: txt = Entry (window,width=10) ... Now, let's add a button to it, right below! button1 = tk.
確定! 回上一頁