I'd like to change the foreground of a label, when a int reaches a defined value (Button or something like this)
How does that work?
My label looks like this:
Code: Select all
self.Label = tk.Label(self, textvariable = self.LabelText[0][0], fg=colour.get(), bg="white")
Code: Select all
colour.set("red")
Thanks a lot
