pythonimagetkinterframe

How do I remove all background color in python tkinter


I think the background color is the issue, however, it might not be. I am trying to make the background of the frame and canvas image so that you can see the text before it is covered by the rounded side.

Here is an image of what I currently have:

https://i.sstatic.net/dLHbq.jpg

There are other spacing issues, but I am focusing on the color of the background needing to be transparent.

Thank you for any help.


Solution

  • You can't...

    Configure tkinter/ttk widgets with transparent backgrounds, ttk frame background colors?

    After a couple hours of looking stuff up I figured out it is impossible.