0% found this document useful (0 votes)
59 views8 pages

CS Project GameStore

Uploaded by

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

CS Project GameStore

Uploaded by

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

Ramjas school pusa road

CS Project
Topic – GameStore
Management System

Sumitted by:-
Name- Hardik Saini
Class- XII Sci A
Board Roll No.:____________
Certificate
This is to certify that Hardik
Saini of class XII Sci A of Ramjas
School Pusa Road has
completed his project file on the
topic Gamestore Management
System under my supervision.
I hereby certify that this project
is up to my expectations and
guidance issued by CBSE.

Internal Sign
External Sign
(Mrs. Babita Mittal)
(Computer Science Faculty)
Acknowledgment
I would like to express my greatest
gratitude to the people who helped and
supported me throughout the project. I am
thankful to my parents for helping me with
this project in different ways. I am also
quite grateful to my computer teacher Mrs.
Babita Mittal whose valuable guidance
aided me in completing this project. I
would also like to express my gratitude to
our principal Mrs. Surbhi Dua for her
constant motivation during the course of
this project.
Introduction
 This project work automates a
Gamestore management system for a
gamestore called “Solar GameStore”
 The GameStore Management System is
a comprehensive solution designed to
streamline operations in a gaming
center. It enables efficient management
of game bookings, purchases, and
customer accounts. With features like
game search, account creation,
purchase tracking, and detailed records
display, it simplifies administration and
enhances the user experience.
 We have effectively used SQL and
python commands to build this program
and use pymysql connectivity to build a
menu-driven program.
Functions and modules
 Modules
 Import pymysql:
 By importing this package we can establish the
connection between SQL and python.
 Import prettytable:
 By importing this package we can display the
tuples in the form of a neat table.
 Functions
 Connect():
 This function establishes a connection between
python and MySQL.
 Cursor():
 It is a special control structure that facilitates
the row-by-row processing of records in the
result set.
 Execute():
 This function is used to execute the SQL query
and retrieve records using python.
 Fetchall():
 This function will return all the rows from the
result set in the form of a tuple containing the
records.
 Fetchone():
 This function will return one row from the result
set in the form of a tuple containing the records.
Commit():
 This function provides physical changes in the
database.
 PrettyTable():
 This function is used for calculating differences
in dates and also can be used for date
manipulations in Python.

SCOPE FOR
IMPROVEMEN
T
 Online Integration: Extend the system to support online
bookings, purchases, and account management through a
web or mobile application.

 Real-Time Notifications: Add email or SMS notifications


for booking confirmations, purchase receipts, and
promotional offers.

 Advanced Search Filters: Improve the game search


functionality by adding filters for genre, release year, and
platform compatibility.
 Reporting and Analytics: Include features for generating
detailed sales, booking, and account activity reports for
better business insights.

 Loyalty Program: Introduce a rewards system for frequent


customers to enhance user retention and satisfaction.

 Integration with Payment Gateways: Enable secure


online payment options for game purchases and bookings.

BIBLIOGRAP
HY
 CS NCERT CLASS 12

 REFERECE BOOKS LIKE SUMITA


ARORA
 https://www.google.com

 https://www.geeksforgeeks.org/

You might also like