My task is to create a label and button on Tkinter. The button has to change the label, and I have to change the colour of the button and the label. I have changed the colour of
From
Python, Tkinter, Change of label color
This will change the label color of a button:
button1.configure(foreground="red")
I assume the same approach can be used for the label.