Skip to content

learner763/Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Cricket World Cup 2023 Points Table Predictor (CWC23.py)

https://docs.google.com/videos/d/1nKhVUk15SF5yh_yUBBQ0ZOzC30WoYOIr-BfAtBXl_9g/edit?scene=id.p#scene=id.p

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.

Key Considerations

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.

TicTacToe Game (tictactoe.py)

https://docs.google.com/videos/d/19i6LhmxMAUNXl07sqruVkQt_pUQeRs_tzjg1VjLrFmQ/edit?scene=id.p#scene=id.p

This is a tictactoe game written in Python.You can play it on any size of arena.

About

Python Projects with Demo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages