Introduction to the Python tkinter Menu widget

preview_player
Показать описание
This video introduces the Python tkinter widget. It shows how to add a menu to a window and how to arrange for a click on the menu to invoke the execution of code.

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

You're one of the best tutors in the World

NaveenKumar-kwus
Автор

Thanks sir upload video tkinter
Please complete all widgets
Don't stop it
Thanks sir

rahulraidas
Автор

John muito obrigado, seus tutoriais sao otimos me ajudam muito

maicomcoelholopes
Автор

Veery very best explanation but sir can we directly give action instead of defining the function. Like

My_menu. add_command(label="quit", command=my_window.destroy())

So sir is this is right? Instead of defining a separate function and then calling it by using a command

heyGen-qp
Автор

Thanks for all videos! I am not sure what I am doing wrong in this video, but when I type everything I just get the normal window without this label 'Quit'. It is not showing any error, its just a clear window:(

majakolarov