-
Python 3.1
-
MySQL (installation instructions link). Make sure to set password to mysql123.
-
PySide 6 (install by
pip install pyside6
) -
MySQL Python Connector (install by
pip install mysql-connector-python
)
-
Download/clone this repository (click
Code
>Download ZIP
and then expand the ZIP). -
Download data from this link and save it into a folder and copy its path.
-
Run
data.py
from the code you downloaded. -
Follow the instructions on-screen (including setting your MySQL database credentials and creating a MySQL database).
-
Choose option A and enter the path to the folder that you downloaded with the cricket data.
-
To use the application, run gui.py.
Mac:
pyinstaller --add-data fonts:fonts -w gui.py -n Criceval
pyinstaller -c data.py -n Criceval_Data
https://cricsheet.org/downloads/ipl_json.zip
Download into this folder as latest_sample_data. Run init.py.