Tkinter search bar [closed]
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 6 days ago . Good day house. Please I want help on how to place a search box on my tkinter application toplevel so that my users can search for anything on each page. Here is my sample code (edited). import tkinter frame = tkinter.Tk() e1 = tkinter.Entry(frame) e1.grid(column=0, row=0) def text(): text = l.get()