criclabs / Fantasy-Cricket-Game

Fantasy Cricket is a sports game where a user creates a team with 11 players from a total pool of 24-30 players from the squad for an match and who scored maximum points will win

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fantasy Cricket Game

Simple Example of Fantasy Cricket Created Using PYQT5 and SQLite3

Getting Started

Download this Repo on your local system and Extarct at Any Location

Prerequisites

You Need 
-Python 3.7
-PYQT5
-SQLite3

Installing

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

Working Copy FinalWindow

Built With

  • PYQT5 - PyQt5 is a comprehensive set of Python bindings for Qtv5.
  • SQLite3 - It provides a SQL interface compliant with the DB-API 2.0.

Authors

  • Ravishankar Chavare - Initial work - chavarera

See also the list of contributors who participated in this project.

License

MIT license

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments

  • Got Inspired From Dream 11

About

Fantasy Cricket is a sports game where a user creates a team with 11 players from a total pool of 24-30 players from the squad for an match and who scored maximum points will win

License:MIT License


Languages

Language:Python 100.0%