0
How to add image background tkinter
I want to add image as background
1 Respuesta
+ 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