How To Use Images as Backgrounds - Python Tkinter GUI Tutorial #147

Codemy.com November 24, 2020
Video Thumbnail
John Elder Logo

John Elder

@johnelderai

About

AI is taking over the world...let's get into it! OpenClaw, Claude Code, Manus, Perplexity, and whatever other weird AI stuff that comes along with a pinch of Python Programming thrown in from time to time. Check out my website JohnElder.AI and Codemy.com for more videos!

Video Description

In this video I'll show you two different ways to use Images as your app's Background with Tkinter and Python. We'll look at using place to use images as backgrounds, and also how to use the Canvas to use images as backgrounds. Both have positives and negatives to them, but depending on what you need to do, one or the other method should work for you.