put input fields in tkinter code example Example: how to create a enter box in tkinter canvas1 = tk.Canvas(root, width = 400, height = 300) canvas1.pack()