Great tutorial video, which helped me much understanding "The Menu". There's one thing I advise: the menu bar variable is called "menu" (not only here but widespread in the web) which leads to kind of confusion when added to the (top level) window in `window.configure(menu = menu)`. I recommend - especially for beginners - to use `menubar = tk.Menu(window)` and then you get `window.configure(menu = menubar)`. This way it's more obvious which is which... Anyway - I really like this video: Thank you!!!
@sonu-jangir Жыл бұрын
Thank you so much sir for your all awesome videos. I watch all your videos.❤🎉
@SuperKevinFS Жыл бұрын
can u supply the url for thta site please
@janlochman1985 Жыл бұрын
I wonder, why did you use the tk widget in this case instead of ttk. Is it because tk might be more straightforward than ttk?