How to add image background tkinter | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to add image background tkinter

I want to add image as background

9th May 2020, 5:32 AM
VILAS CHANDANE
VILAS CHANDANE - avatar
1 Answer
+ 1
You can attach an image to a Label or Canvas element, and use the place() geometry manager to show it in the background while you pack or grid the other widgets. https://stackoverflow.com/questions/10158552/how-to-use-an-image-for-the-background-in-tkinter
9th May 2020, 5:42 AM
Tibor Santa
Tibor Santa - avatar