Background color for Tk in Python

root.configure(background='black')

or more generally

<widget>.configure(background='black')

Leave a Comment