[Tutor] How to make clickable listbox from database by Tkinter

Ali Moradi adeadmarshal at gmail.com
Mon Jun 15 09:11:37 CEST 2015


hi, i use python 2.

how can i add a listbox under the entry and button widgets?

i want to use database to fill the listbox, both fields in the database
(English and Esperanto)

listbox should be like this (words are beside eachother:

*English*     *Esperanto*
water        akvo
father        patro

and so on...

it's a dictionary app.

i want to make the items in the list searchable, and when the user types
and clicks on the button, it shows the word.

files are attached.

thanks a bunch, i'm a beginner in python! :)


More information about the Tutor mailing list