Skip to content
Advertisement

Tag: background

Labels with no background tkinter

I’m making a tkinter app with a background image and three labels. The problem that I have is that these labels have a white background and I don’t want that. I want to make like a “png” label, with no background. First, I tried to put this line of code: But it didn’t work, literally, the label was a hole.

Advertisement