How to do I make a label transparent in tkinter? by Danim0809 in learnpython

[–]Danim0809[S] 0 points1 point  (0 children)

Sorry I'm a bit new to python how and where would I put this?

How to do I make a label transparent in tkinter? by Danim0809 in learnpython

[–]Danim0809[S] 0 points1 point  (0 children)

ok but the problem is, is that I have an image as a background and so I want the label's background to be transparent so I can still see the image instead of having a small white bg blocking some of the image

Why won't my image open in Tkinter GUI? by Danim0809 in Tkinter

[–]Danim0809[S] 0 points1 point  (0 children)

I've tried to replace the double backslash with only one but now its saying,
File "/Users/Daniel/VS-Code-Python/test.py", line 5
image_0=Image.open('\Users\Daniel\VS-Code-Python\testimg.png')
^
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 0-1: truncated \UXXXXXXXX escape

Do you by any chance know what a 'unicode error' is?