In this video I’ll show you how to bind drop down menus (OptionMenus) and Combo Boxes with tKinter and Python so that you don’t have to click a button to take action based on your selection.
Normally, after you select something from a drop down menu, you have to then click a button to take some action. But what if you could take the action just based on clicking and selecting from the drop down menu itself…without clicking a button afterward?
That’s what I’ll show you in this video…
Add comment