[Tutor] How to show the listbox from sqlite and make it searchable?

Mark Lawrence breamoreboy at yahoo.co.uk
Mon Aug 3 22:38:24 CEST 2015


On 03/08/2015 13:22, Ali Moradi wrote:
> hi, this is my code (
> http://paste.pound-python.org/show/3DZoev97e1UkWFcATKYF/)

Please post your code inline so we can see it and it is retained for 
posterity.

>
> how can i show the two fields name "esperanto" and "english" in a listbox
> positioned under the entry widget? i want the two fields to be beside
> eachother like (abak/o     abacus)
>
> and i want to make them searchable via the entry widget like a dictionary
> app :)
>
> thanks, i'm beginner so please modify my code.
>
> and is there any good tutorial on using SQLite with tkinter and how to
> desplay records on GUIs ?
>

Combine these two.

http://zetcode.com/gui/tkinter/
http://zetcode.com/db/sqlitepythontutorial/

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence



More information about the Tutor mailing list