I'm making a Tic Tac Toe game and utilizing tkinter for framing. I'm able to create the buttons for player aka "X" and changes when the button is pressed but for the computer or "O" I can't seem to find how to rng the button press to change the button text.
I have the algorithm working for the program I'm just trying use tkinters framing to make it more visually appealing.