SlideShare ist ein Scribd-Unternehmen logo
1 von 18
Downloaden Sie, um offline zu lesen
Department of Computer Science
Indraprastha University
21 September 2020
Presented by
CREATE A FANTASY CRICKET GAME IN PYTHON
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
TABLEOFCONTENTS
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.
Technologies
➢SQLite
➢SQL studio
➢Python
➢ Pip
➢ Pyuic
➢ Pyqt5
➢ Qt Designer
Developer: D.Richard Hipp
Written: c language
Size: 699 kiB
Type: RDBMS(embedded)
Filename extension: .sqlite3,
.sqlite, .db
Qt Designer
Using its simple drag and drop
interface, a GUI interface can be
quickly built without having to write
the code.
You can then drag and drop
required widgets from the widget
box on the left pane. You can also
assign value to properties of widget
laid on the form
The designed form is saved as
demo.ui. This ui file contains XML
representation of widgets and their
properties in the design.
Hardware Requirements
• Processors: Intel Atom® processor or Intel® Core™ i3 processor
• Disk space: 1 GB
• Min. RAM: 128MB
• Operating systems: Windows 7 or later, macOS, and Linux
• Python versions: 2.7.X, 3.6.X
• Python should installed on system
• Path variable should be set for the python
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.
1 - Opening screen of the application. You can see the
players of each category by selecting the category.
To begin with, the selection is disabled until a new team is
created from the Manage Teams menu. A pop up asking
the name of the team appears.
2 - The toolbar menu options which allow you to
create a new team, open an existing team, save
your team and finally evaluate the score of a saved
team.
Here's how a Fantasy Cricket game may look like.
3 - After clicking New Team, the left box is
populated with player names. As you select a
different category, the corresponding list of
players is displayed.
4 - On double-clicking each player name,
the right box gets populated. Points
available and used are displayed
accordingly.
5 - Message if the game logic is not followed
.
6 - Pop-up on clicking Evaluate Score. You can select
your team here and the match for which the players'
performance is compared
7 - The final score for your fantasy team based on the match selected.
Sample of Rules
Batting
● 1 point for 2 runs scored
● Additional 5 points for half century
● Additional 10 points for century
● 2 points for strike rate (runs/balls faced) of 80-100
● Additional 4 points for strike rate>100
● 1 point for hitting a boundary (four) and 2 points for over boundary (six)
Bowling
● 10 points for each wicket
● Additional 5 points for three wickets per innings
● Additional 10 points for 5 wickets or more in innings
● 4 points for economy rate (runs given per over) between 3.5 and 4.5
● 7 points for economy rate between 2 and 3.5
● 10 points for economy rate less than 2
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.
Elements Categories Criteria
Application
Flow Populate left list widget from database as per category radio button
clicked
Add players from players list to selected players list
Remove players from selected players list to players list
Show error if selection criterion is violated
Calculate team score
UI Widgets should be placed symmetrically
Code
Naming Convention Meaningful variable names
Meaningful function names
Modularity A single function should be used for a single task/No code
repetition (make generalized functions)
Error Handling Implement error handling wherever required
Database Design
Tables Number of tables
Column names
Data types
Data
Thank You
For Your Attention

Weitere ähnliche Inhalte

Was ist angesagt?

Phython Programming Language
Phython Programming LanguagePhython Programming Language
Phython Programming LanguageR.h. Himel
 
summer training report on python
summer training report on pythonsummer training report on python
summer training report on pythonShubham Yadav
 
Python programming introduction
Python programming introductionPython programming introduction
Python programming introductionSiddique Ibrahim
 
Introduction to python
Introduction to pythonIntroduction to python
Introduction to pythoneShikshak
 
Python Seminar PPT
Python Seminar PPTPython Seminar PPT
Python Seminar PPTShivam Gupta
 
Functions in python slide share
Functions in python slide shareFunctions in python slide share
Functions in python slide shareDevashish Kumar
 
Introduction to python for Beginners
Introduction to python for Beginners Introduction to python for Beginners
Introduction to python for Beginners Sujith Kumar
 
Basic Concepts in Python
Basic Concepts in PythonBasic Concepts in Python
Basic Concepts in PythonSumit Satam
 
Introduction To Python
Introduction To PythonIntroduction To Python
Introduction To PythonVanessa Rene
 
SRS FOR CHAT APPLICATION
SRS FOR CHAT APPLICATIONSRS FOR CHAT APPLICATION
SRS FOR CHAT APPLICATIONAtul Kushwaha
 
Introduction to python programming
Introduction to python programmingIntroduction to python programming
Introduction to python programmingSrinivas Narasegouda
 

Was ist angesagt? (20)

Phython Programming Language
Phython Programming LanguagePhython Programming Language
Phython Programming Language
 
Python Presentation
Python PresentationPython Presentation
Python Presentation
 
summer training report on python
summer training report on pythonsummer training report on python
summer training report on python
 
Python programming introduction
Python programming introductionPython programming introduction
Python programming introduction
 
guess the number project.docx
guess the number  project.docxguess the number  project.docx
guess the number project.docx
 
Introduction to python
Introduction to pythonIntroduction to python
Introduction to python
 
Introduction to python
Introduction to pythonIntroduction to python
Introduction to python
 
Python basic
Python basicPython basic
Python basic
 
Python Seminar PPT
Python Seminar PPTPython Seminar PPT
Python Seminar PPT
 
Presentation on python
Presentation on pythonPresentation on python
Presentation on python
 
Python programming
Python  programmingPython  programming
Python programming
 
Functions in python slide share
Functions in python slide shareFunctions in python slide share
Functions in python slide share
 
Introduction to python for Beginners
Introduction to python for Beginners Introduction to python for Beginners
Introduction to python for Beginners
 
Basic Concepts in Python
Basic Concepts in PythonBasic Concepts in Python
Basic Concepts in Python
 
Introduction To Python
Introduction To PythonIntroduction To Python
Introduction To Python
 
TicTacToe.pptx
TicTacToe.pptxTicTacToe.pptx
TicTacToe.pptx
 
Python
PythonPython
Python
 
SRS FOR CHAT APPLICATION
SRS FOR CHAT APPLICATIONSRS FOR CHAT APPLICATION
SRS FOR CHAT APPLICATION
 
Intro to Python
Intro to PythonIntro to Python
Intro to Python
 
Introduction to python programming
Introduction to python programmingIntroduction to python programming
Introduction to python programming
 

Ähnlich wie Create a fantasy cricket game in python.ppt

[Scorebook final]
[Scorebook final][Scorebook final]
[Scorebook final]Freelancer
 
user interface web GUI based on game predtiction
user interface web GUI based on game predtictionuser interface web GUI based on game predtiction
user interface web GUI based on game predtictionnithinsai2992
 
Introduction to brainCloud - Sept 2014
Introduction to brainCloud - Sept 2014Introduction to brainCloud - Sept 2014
Introduction to brainCloud - Sept 2014Paul Winterhalder
 
Fantasy cricket tips
Fantasy cricket tipsFantasy cricket tips
Fantasy cricket tipswebhos
 

Ähnlich wie Create a fantasy cricket game in python.ppt (20)

[Scorebook final]
[Scorebook final][Scorebook final]
[Scorebook final]
 
user interface web GUI based on game predtiction
user interface web GUI based on game predtictionuser interface web GUI based on game predtiction
user interface web GUI based on game predtiction
 
Introduction to brainCloud - Sept 2014
Introduction to brainCloud - Sept 2014Introduction to brainCloud - Sept 2014
Introduction to brainCloud - Sept 2014
 
Fantasy cricket tips
Fantasy cricket tipsFantasy cricket tips
Fantasy cricket tips
 
Fansportiz - Fantasy Sports app development company
Fansportiz - Fantasy Sports app development companyFansportiz - Fantasy Sports app development company
Fansportiz - Fantasy Sports app development company
 
Fantasy sports app development platform
Fantasy sports app development platformFantasy sports app development platform
Fantasy sports app development platform
 
Fansportiz - Fantasy Sports app development company
 Fansportiz - Fantasy Sports app development company Fansportiz - Fantasy Sports app development company
Fansportiz - Fantasy Sports app development company
 
Fansportiz - Fantasy Sports app development company
Fansportiz - Fantasy Sports app development companyFansportiz - Fantasy Sports app development company
Fansportiz - Fantasy Sports app development company
 
Fansportiz
 Fansportiz  Fansportiz
Fansportiz
 
Fantasy sports app development company / platform
Fantasy sports app development company / platform Fantasy sports app development company / platform
Fantasy sports app development company / platform
 
Fansportiz - Fantasy Sports app development company
Fansportiz - Fantasy Sports app development companyFansportiz - Fantasy Sports app development company
Fansportiz - Fantasy Sports app development company
 
Fansportiz - Fantasy Sports app development company
Fansportiz - Fantasy Sports app development companyFansportiz - Fantasy Sports app development company
Fansportiz - Fantasy Sports app development company
 
The Rise Of The Fantasy Sports Industry
The Rise Of The Fantasy Sports IndustryThe Rise Of The Fantasy Sports Industry
The Rise Of The Fantasy Sports Industry
 
Fantasy sports app development company
Fantasy sports app development companyFantasy sports app development company
Fantasy sports app development company
 
Fansportiz - Fantasy Sports app development company
Fansportiz - Fantasy Sports app development companyFansportiz - Fantasy Sports app development company
Fansportiz - Fantasy Sports app development company
 
Fansportiz - Fantasy Sports app development company
Fansportiz - Fantasy Sports app development company Fansportiz - Fantasy Sports app development company
Fansportiz - Fantasy Sports app development company
 
Fansportiz - Fantasy Sports app development company
Fansportiz - Fantasy Sports app development companyFansportiz - Fantasy Sports app development company
Fansportiz - Fantasy Sports app development company
 
26909_Fansportiz_PPT_(1)_(1)_(1) (1).pdf
26909_Fansportiz_PPT_(1)_(1)_(1) (1).pdf26909_Fansportiz_PPT_(1)_(1)_(1) (1).pdf
26909_Fansportiz_PPT_(1)_(1)_(1) (1).pdf
 
Fansportiz - Fantasy Sports app development company
Fansportiz - Fantasy Sports app development companyFansportiz - Fantasy Sports app development company
Fansportiz - Fantasy Sports app development company
 
IRJET-V8I11270.pdf
IRJET-V8I11270.pdfIRJET-V8I11270.pdf
IRJET-V8I11270.pdf
 

Kürzlich hochgeladen

Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 

Kürzlich hochgeladen (20)

Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 

Create a fantasy cricket game in python.ppt

  • 1. Department of Computer Science Indraprastha University 21 September 2020 Presented by CREATE A FANTASY CRICKET GAME IN PYTHON
  • 2. 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
  • 3. TABLEOFCONTENTS Introduction Technologies used Game intro Fantasy game GUI Sample of Rules Dataset scope Conclusions Reference website Thank u window
  • 4. 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.
  • 6. Developer: D.Richard Hipp Written: c language Size: 699 kiB Type: RDBMS(embedded) Filename extension: .sqlite3, .sqlite, .db
  • 7. Qt Designer Using its simple drag and drop interface, a GUI interface can be quickly built without having to write the code. You can then drag and drop required widgets from the widget box on the left pane. You can also assign value to properties of widget laid on the form The designed form is saved as demo.ui. This ui file contains XML representation of widgets and their properties in the design.
  • 8. Hardware Requirements • Processors: Intel Atom® processor or Intel® Core™ i3 processor • Disk space: 1 GB • Min. RAM: 128MB • Operating systems: Windows 7 or later, macOS, and Linux • Python versions: 2.7.X, 3.6.X • Python should installed on system • Path variable should be set for the python
  • 9. 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.
  • 10.
  • 11. 1 - Opening screen of the application. You can see the players of each category by selecting the category. To begin with, the selection is disabled until a new team is created from the Manage Teams menu. A pop up asking the name of the team appears. 2 - The toolbar menu options which allow you to create a new team, open an existing team, save your team and finally evaluate the score of a saved team. Here's how a Fantasy Cricket game may look like.
  • 12. 3 - After clicking New Team, the left box is populated with player names. As you select a different category, the corresponding list of players is displayed. 4 - On double-clicking each player name, the right box gets populated. Points available and used are displayed accordingly.
  • 13. 5 - Message if the game logic is not followed . 6 - Pop-up on clicking Evaluate Score. You can select your team here and the match for which the players' performance is compared
  • 14. 7 - The final score for your fantasy team based on the match selected.
  • 15. Sample of Rules Batting ● 1 point for 2 runs scored ● Additional 5 points for half century ● Additional 10 points for century ● 2 points for strike rate (runs/balls faced) of 80-100 ● Additional 4 points for strike rate>100 ● 1 point for hitting a boundary (four) and 2 points for over boundary (six) Bowling ● 10 points for each wicket ● Additional 5 points for three wickets per innings ● Additional 10 points for 5 wickets or more in innings ● 4 points for economy rate (runs given per over) between 3.5 and 4.5 ● 7 points for economy rate between 2 and 3.5 ● 10 points for economy rate less than 2 Fielding ● 10 points each for catch/stumping/run out
  • 16. 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.
  • 17. Project Evaluation Criteria The following criteria will be used to evaluate your project submission. Elements Categories Criteria Application Flow Populate left list widget from database as per category radio button clicked Add players from players list to selected players list Remove players from selected players list to players list Show error if selection criterion is violated Calculate team score UI Widgets should be placed symmetrically Code Naming Convention Meaningful variable names Meaningful function names Modularity A single function should be used for a single task/No code repetition (make generalized functions) Error Handling Implement error handling wherever required Database Design Tables Number of tables Column names Data types Data
  • 18. Thank You For Your Attention