Following is my code,
from tkinter import * window = Tk() canvas = Canvas(window,width=300, height=300, bd=0) canvas.pack() background = PhotoImage(file=&q