Tkinter Combobox returning numeric key by showing value for selection of option using a dictionary

preview_player
Показать описание
We can use values of the dictionary as options of Combobox and return the numeric key using string variable.
Here while displaying options we will use the list of dictionary as values. Same way on selection of option we will collect the key part and display the same.
Data collecting from dictionary as options of Combobox
Main tutorial of combobox

#ComboboNumericSelection #NumberOfSelection #Combobox #Tkinter #python
Рекомендации по теме
Комментарии
Автор

Thanky you sir! This is very good explaining video.

miciglaric
Автор

Sir make a video on combox that while typing it will show match data from a list on combox drop-down like auto search and when i will drop down icon on combox it will.show all data from the list 🙏❤️

suvank
Автор

Hi, I am new to programming and have been looking for a way to make the default options in my secondary combobox change based on what I select in my main combobox. I have tried to use ".trace", like here in the video and combine it with ".current()" but it's a headache because .current() doesn't change... if you know of any article, video or something, that relates to what I'm looking for I would really appreciate it. <3

carlosfenix
Автор

Sir, I have a little problem with inserting data from padas to mysql. can you please help me with that. If you have a email. i can contact you there please.

muhammadowais
Автор

in this method the Search option is not working

spursound