tkinter backgorund colors code example
Example 1: change background color of tkinter
root.configure(background='black')
Example 2: set background colour tkinter
window_name.configure(background='black')
root.configure(background='black')
window_name.configure(background='black')