Python Basics Tkinter TTK Button Widget

preview_player
Показать описание
Learn how to create a button with tkinter for python programming

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

Thanks for the videos, in the future it would be really appreciated if you go a bit more deeper : Showing how to launch an action from the button (command = function_name) and how to change the style of it with TKK, etc. and maybe you can also link a blog article in the description with more details. idk, just giving some hints for improvement :D

someone_there
Автор

I have a thought, I think it should be win = ttk.Tk() right? Or the window requires tk instead of ttk??, nonetheless, I'm following your tkinter series :)

vaibhavkrkm