Python: TKinter Introduction

preview_player
Показать описание
Sorry for the constant sniffling! I've been sick this week but really wanted to get this video up! This video serves as an introduction to Python's built in GUI library, TKinter. TKinter allows creation and customization of GUIs by creating widgets. Functionality can be added to each widget, as well as visual customization to change the look and feel of the interface. We will eventually cover more advanced topics, but learning the fundamentals first is critically important. Remember, each TKinter program needs a root variable and a mainloop method at the end. This allows the GUI to run constantly with event listening. Please feel free to leave any questions or comments in the comments below! Thanks everyone for watching, stay tuned for more content coming soon!

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

Great Vid! Tkinter is one of those packages that makes everything else you learn in python so much easier to use. Really wish I worked with it more. Excited to see this series!

CodeWithDerrick
Автор

Ended too soon! I would’ve liked to see how to print the statement on the GUI itself.

speakebreathe