Fantasy Cricket Game


Table of Contents



Description


  • It is an online game where you create a virtual team of real cricket players and score points depending on how your chosen players perform in real life matches.

  • To win a tournament, you must try and get the maximum points and the No. 1 rank amongst other participants.

Screenshots On clicking new Team

on clicking Evaluate team

Technologies


  • Python 3.x
  • sqlite3 db
  • PyQt5

setup


For Python 2.7

pip install requirements.txt

For Python 3.x

pip3 install requirements.txt

Then run app.py

python app.py

if above one doesn't work

python3 app.py