Answers for "how to change the colour of a tkinter window"

5

set background colour tkinter

window_name.configure(background='black')
Posted by: Guest on February-27-2020
0

python tkinter change color of main window

new_window.config(bg = "red")
Posted by: Guest on December-04-2020

Code answers related to "how to change the colour of a tkinter window"

Python Answers by Framework

Browse Popular Code Answers by Language