I’m making this drawing thing in Python with Pygame. I have functions that draw circles and rectangles, but I want to add a function that lets me change the background colour, while not erasing the other circles and rectangles. Here is the code for the rectangles: A function for it would be best, but any solution would work. Answer You
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.