how to change window colorm in tkinter code example
Example 1: gui.configure(background="light green") in tkinter
gui.configure(background="light green")
Example 2: python tkinter change color of main window
new_window.config(bg = "red")
gui.configure(background="light green")
new_window.config(bg = "red")