There are two ways through which you can change Tkinter window Background Color. They are: 1) tkinter.Tk['bg']=color 2) tkinter.Tk.configure(bg = color)
確定! 回上一頁