0% found this document useful (0 votes)
10 views16 pages

Amin Info Project Xii C

The project report titled 'Game Analysis' by Mohammed Amin aims to analyze the revenue of various games over the years using Python and CSV files. It includes a comprehensive description of the software used, the structure of the project, and various output options such as bar graphs and line graphs for visual representation of data. The report also acknowledges the guidance received from the teacher and includes a bibliography of sources consulted.

Uploaded by

Md Ahad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views16 pages

Amin Info Project Xii C

The project report titled 'Game Analysis' by Mohammed Amin aims to analyze the revenue of various games over the years using Python and CSV files. It includes a comprehensive description of the software used, the structure of the project, and various output options such as bar graphs and line graphs for visual representation of data. The report also acknowledges the guidance received from the teacher and includes a bibliography of sources consulted.

Uploaded by

Md Ahad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 16

INFORMATICS PRACTICES

2024-2025
PROJECT REPORT ON GAME ANALYSIS

NAME-Mohammed Amin
CLASS-XII C

ROLL NO.-

Page 1 of 16
BONAFIDE CERTIFICATE
INDIAN PUBLIC SCHOOL SALMIYA-KUWAIT
(DEPARTMENT OF INFORMATION TECHNOLOGY)
Certified to be the Bonafide record of the work done
by Mr. Mohammed Amin of class XII-C in INDIAN
PUBLIC SCHOOL. during the year 2024-2025

DATE-
Saji Varghese Samuel
(PGT in Computer
Science)
Indian Public
School
Salmiya-Kuwait
Submitted to ALL INDIA SENIOR SCHOOL
Examination in Informatics Practices at Indian Public
School

DATE- EXTERNAL EXAMINER:

SEAL:

Page 2 of 16
INDEX
SERIAL NO TOPIC PG.NOS
ACKNOWLEDGEMENT 4
1

2 DECLERATION 5

3
PROJECT DESCRIPTION 6
4
SOFTWARE USED 7
5
TABLE DESCRIPTION 8
6
SOURCE CODE 9
7
OUTPUTS 10-15
8 BIBLOGRAPHY 16

Page 3 of 16
ACKNOWLEDGEMENT
I would like to convey my greatest gratitude to Mr. Saji
Varghese Samuel, My Informatics Practices teacher,
who gave valuable suggestions for the successful
completion of my project. I am thankful to her for her
continuous support for my project from initial advice
and encouragement to this day. She has helped me to
understand and remember the important details of my
project. Also, my sincere thanks to my family and
friends who have helped me in completing my project
successfully.

Page 4 of 16
DECLARATION
I, Mohammed Amin of class XII C Declare that the work
presented in the projected is the original work done by
me in the academic year 2024-2025 under the guidance
of my teacher, Mr. Saji Varghese Samuel

Page 5 of 16
PROJECT DESCRIPTION

This project “GAME ANALYSIS” is done by Mohammed


Amin with the guidance of Mr. Saji Varghese Samuel
the project aims to conduct a comprehensive analysis
of the revenue in different games over the previous
years. We have collected data of different popular
games and its revenue over the years. There are 57
lines of code and 5 choices overall in the project. On
running the program, the user will be able to choose
the option he/she wants. On the basis of the selection
the user will receive the desired output.

Page 6 of 16
SOFTWARE USED
PYTHON: Python is an interpreted and high-level
programming language. Python's design philosophy
emphasizes code readability with its notable use of
significant whitespace. Its language constructs an
object-oriented approach aim to help programmers
write clear, logical code for small and largescale
projects. Python was created in the late 1980s, and
first released in 1991, by Guido van Rossum as a
successor to the ABC programming language. It is
presently owned by the Python Software Foundation
(PSF). Python is a powerful general- purpose
programming language and is used in web development,
data science, creating software prototypes, and so on.

CSV: A CSV is a comma-separated values file, which


allows data to be saved in a tabular format. These files
serve a number of different business purposes. They
help companies export a high volume of data to a more
concentrated database, for instance. CSV stands for
Comma Separated Values. A CSV file is a plain text file
that stores tables and spreadsheet information. The
contents are often a table of text, numbers, or dates.
CSV files can be easily imported and exported using
programs that store data in tables.

Page 7 of 16
TABLE DESCRIPTION

CSV file: Rates of game revenue earned in different


years This CSV file contains information of how much
each game earned in different years such as
2019,2020,2021,2022,2023.

SOURCE CODE

Page 8 of 16
Page 9 of 16
OUTPUT

Page 10 of 16
CHOICE 1- display bar graph of analysis between
different games over the years

Page 11 of 16
CHOICE 2-DISPLAY THE LINE GRAPH OF FIRST 4
GAMES

Page 12 of 16
CHOICE 3- display horizontal bar graph of analysis
between different games over the years

Page 13 of 16
CHOICE 4- display histogram of analysis between
different games over the years

Page 14 of 16
CHOICE 5- display bar graph of analysis between
different games over the years

Page 15 of 16
BIBLIOGRAPHY

 WWW.YOUTUBE.COM
 WWW.PYTHON.ORG
 WWW.WIKIPEDIA.COM

Page 16 of 16

You might also like