Object Oriented Tkinter

Опубликовано: 13 Январь 2026
на канале: JobinPy
9,788
388

I'll cover how to use Tkinter using object oriented programming (classes) in Python. In this tutorial, I'll show you how to pass data from one window to another window. Each of those windows will be in a separate class. This will all be done without using global variables.
#tkinter #python #python3

0:00 Intro
0:36 Classes explanation
1:01 Demo code objective
1:54 Create a root window
2:30 Purpose of super()
6:17 Create a toplevel window
13:12 Run demo
13:32 Closure