How To Dynamically Resize Button Text - Python Tkinter GUI Tutorial
Codemy.com Codemy.com
237K subscribers
14,343 views
313

 Published On Nov 19, 2020

In this video I'll show you how to dynamically resize your button text when you resize your app with Tkinter and Python.


In the last video I showed you how to resize buttons automatically whenever a user changes the size of your app manually. In this video I'll show you how to do the same thing with your text size.

We'll do this by binding the root window Configure to a function that grabs the width and height of the app and uses those measurements to resize the text size of our button.

show more

Share/Embed