The Cricket Score Board is a Python and Tkinter-based project centered around file structures. Its aim is to present a user-friendly interface for monitoring and overseeing cricket scores. Users can engage with the system through a graphical interface, interacting by clicking buttons and inputting data.
Download the latest version of Python from the official website https://www.python.org/downloads/
To check if Python is installed properly or not
Open the command terminal and type the below command
python --version
Pre requisites: Make sure pip is already installed in your system Once it is done,open the cmd and type the below command
pip install tk
To check whether tkinter is properly installed or not: import tkinter tkinter._test()
pip install streamlit
Graphical User Interface
Updating the file
Saving the file




