Pass a list of values as options to 3 dropdown menus
Terry Reedy
tjreedy at udel.edu
Tue Sep 4 15:08:06 EDT 2018
On 9/4/2018 1:03 PM, Peter Pearson wrote:
> On Sun, 2 Sep 2018 13:40:18 -0700 (PDT), Nick Berg wrote:
>> how can i be able to store a list of values to drop-down menu and then
>> grab the value that the user selects?
In a python program, use one of the gui packages. Tkinter usually comes
with python and can handle this easily with a Listbox or ttk.Combobox.
--
Terry Jan Reedy
More information about the Python-list
mailing list