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.