Create a root window as transparent and I need my canvas to be opaque.
import tkinter as tk root = tk.Tk() root.geometry("200x750") root.wait_visib