Posts by Robson Gomes • 21 points
1 post
-
2
votes1
answer104
viewsQ: How to capture each key pressed in an entry with Tkinter?
Using the library Tkinter, i would like to perform a database search with each key pressed by the user in an entry, so that the result is automatically shown in a Listbox as I type. How can I do it…