Im trying to make it so that when the user clicks a button, it becomes \"X\" or \"0\" (Depending on their team). How can I make it so that the text on the button is updated?
To sum up this thread: button.config and button.configure both work fine!
button.config
button.configure
button.config(text="hello")
or
button.configure(text="hello")