Make the Canvas element in a tkinert app to be fully transparent?

39 Views Asked by At
canvas = Canvas(root, width=window_width, height=window_height, bg=None, bd=0)

I tried setting the background to None, but it didn't do anything. I also tried reading various articles too see if that could help fix my problem as well, but to no avail, it didn't work.

0

There are 0 best solutions below