Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 705 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 705 Bytes

Cricket-Fantasy-Game

It is Python GUI 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. You choose players in your team and then on the basis of their performance you get points.

Install Some Necessary Packages and Softwares

  1. Install PyQT5 Package
  • Open Command Prompt by using Shortcut (Window key+R) and type cmd.
  • Type following command in cmd :- pip install pyqt5
  1. Install sqlite3 Package
  • Open Command Prompt by using Shortcut (Window key+R) and type cmd.
  • Type following command in cmd :- pip install db-sqlite3
  1. Install Sqlite3 Studio

Run main.py file on CMD.