get value from list using widget

Terry Reedy tjreedy at udel.edu
Wed Jul 5 17:13:46 EDT 2017


On 7/5/2017 12:34 PM, jorge.conrado at cptec.inpe.br wrote:

> I would like know dow can I select and get the value from a list of 
> values uisng widgets.

One way is to learn tkinter and then learn to use the Listbox widget. 
The doc references a couple of decent tutorial web sites.
Stackoverflow has many good tkinter examples (in the answers, not the 
questions ;-).

-- 
Terry Jan Reedy




More information about the Python-list mailing list