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 PyQT5 Package
- Open Command Prompt by using Shortcut (Window key+R) and type cmd.
- Type following command in cmd :- pip install pyqt5
- Install sqlite3 Package
- Open Command Prompt by using Shortcut (Window key+R) and type cmd.
- Type following command in cmd :- pip install db-sqlite3
- Install Sqlite3 Studio