Dynamically Resize Background Images - Python Tkinter GUI Tutorial

Published: 26 November 2020
on channel: Codemy.com
27,418
502

In this video I'll show you how to dynamically resize your background image whenever the app gets resized by a user.


In the last video I showed you how to add images as your background. In this video I'll show you how to resize those images any time someone resizes the app. We'll use the Pillow library to do this automatically using a Configure binding.


It's actually pretty easy!