I want to create a simple Tic-Tac-Toe game with Python. It will be just a 3x3 table.
The question is how to capture a click when user clicks on a specific cell? Do I need to use JavaScript / jQuery for this ar can it be done with Python?
Thanks in advance!