Python: TKinter Menu Tutorial

preview_player
Показать описание
This video explains how to make menu bars in TKinter. Menus are a great way to step up your programs to the next level, and allow you to give your user a guideline as to how the program works and its functionality. Feel free to ask any questions in the comments below! The next video will wrap up the basic TKinter series by building the popular Notepad app from Windows in Python.

Good sources to learn Python:

Github Source code:

Рекомендации по теме
Комментарии
Автор

I thought cascade drop downs didn’t work on Mac. It’s not working on mine and I heard someone else say that it doesn’t work on Mac.. did it used to work? I can’t seem to get mine to work. I see the labels for each menu item but they don’t act as though they are clickable

quintonpowell