Python 11A - GUI Applications with tkinter

Опубликовано: 04 Октябрь 2024
на канале: Stephen Hustedde
629
3

Python 11A - GUI Applications with tkinter
tkinter is a popular Python library for creating GUI (Graphical User Interface) projects in Python. In this video, I look at how to create a Class for the window and use labels, buttons, and the PhotoImage objects to create the GUI within the main window. I use functions in the class to process the events (button clicks) which alter the properties of a Label object.
Instructor: Stephen Hustedde (CIS156 - Python Level I at South Mountain Community College in Phoenix, AZ)