Fantasy Cricket Game Using Python
Fantasy Cricket Game Using Python
Indraprastha University
21 September 2020
Presented by
Online Training On Programming With Python From
Internshala
• Introduction to Python
• Using Variables in Python
• Basics of Programming in Python
• Principles of Object-oriented Programming (OOP)
• Connecting to SQLite Database
• Developing a GUI with PyQT
• Application of Python in Various Disciplines modules
TABLE OF CONTENTS
Introduction
Technologies used
Game intro
Fantasy game GUI
Sample of Rules
Dataset
scope
Conclusions
Reference website
Thank u window
Introduction
Fantasy Cricket
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.
➢SQLite
➢SQL studio
➢Python
➢ Pip
➢ Pyuic
Technologies ➢ Pyqt5
➢ Qt Designer
Developer: D.Richard Hipp
Written: c language
Size: 699 kiB
Type: RDBMS(embedded)
Filename extension: .sqlite3,
.sqlite, .db
Qt Designer
To win a tournament, you must try and get the maximum points and
the No. 1 rank amongst other participants.
Here's how a Fantasy Cricket game may look like.
Bowling
Fielding
● 10 points each for catch/stumping/run out
Database Design
For the database, you are required to use three tables – match, stats and teams.
Note: The teams table will be populated after score calculation. The data to enter in the remaining two
tables is given above.
Project Evaluation Criteria
The following criteria will be used to evaluate your project
submission.
Application
Flow Populate left list widget from database as per category radio button
clicked
Add players from players list to selected players list