Simple Example of Fantasy Cricket Created Using PYQT5 and SQLite3
Download this Repo on your local system and Extarct at Any Location
You Need
-Python 3.7
-PYQT5
-SQLite3
Note:-If you have PYQT5 already installed then skip this step
Go to extracted directory and install requirements using terminal
pip install -r requirements.txt
And Wait Some Time to install PYQT5
After Installation of requirements you can start project using on terminal
python Fantasy_Cricket.py
You can findout working Demo here
- PYQT5 - PyQt5 is a comprehensive set of Python bindings for Qtv5.
- SQLite3 - It provides a SQL interface compliant with the DB-API 2.0.
- Ravishankar Chavare - Initial work - chavarera
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details
- Got Inspired From Dream 11