Build GUI Apps With Python! - Intro To Tkinter 1

Опубликовано: 16 Октябрь 2024
на канале: Tkinter․com
19,752
162

In this video I'll start to teach you how to build Graphical User Interface Apps (GUI Apps) with Python and Tkinter!

Tkinter is a GUI framework that comes with Python and let's you easily create apps with ease!

In Tkinter, everything is a widget...a button widget, a label widget, etc.

In this playlist I'll teach you all the widgets and how to use them to build your own app with Python!

#tkinter #codemy #JohnElder

Timecodes

0:00​​ - Introduction
1:35 - Create Starter Code
2:52 - App Title And Icon
4:36 - Set App Size
5:53 - Create a Label
9:42 - Add Label To Screen
12:38 - Create a Button
13:27 - Add Button To Screen
14:44 - Give Button a Command
15:15 - Create Change Function
16:10 - Change Logic
17:26 - Conclusion