I\'m writing a slideshow program with Tkinter, but I don\'t know how to change the background color to black instead of the standard light gray. How can this be done?
Its been updated so
root.configure(background="red")
is now:
root.configure(bg="red")