Back to Browse

How To Resize A Window Dynamically - Python Tkinter GUI Tutorial #80

87.5K views
Jun 10, 2020
7:39

In this video I'll show you how to resize a window dynamically with Tkinter and Python! We already know how to change the default size of our tkinter window: root.geometry("800x800") But how do we update that size after the program starts running? Since the dimensions are passed into the function surrounded by quotation marks, we have to actually substitute in variables. I'll show you how to do that in this video...

Download

0 formats

No download links available.

How To Resize A Window Dynamically - Python Tkinter GUI Tutorial #80 | NatokHD