This is a GUI interface developed using Tkinter in Python.It allows you to predict results of Cricket World Cup 2023 by choosing winners in group games and knockouts.A game between two teams is displayed as two buttons with name of teams written on them.To declare the winner of a particular game,you press the button with a team name that you think will win.In this way,points table will keep shaping up accordingly.
There were two key events to be taken care off.
A team should not get more than two points if the button is clicked more than once.
A user should be able to change the winner of the match by pressing other team's button.
This is a tictactoe game written in Python.You can play it on any size of arena.