0% found this document useful (0 votes)
6 views

CS Project_nitesh

The document is a project report on a Gym Management System created by students Nitesh Jangra, Kartik, and Parth Vashist under the guidance of Mrs. Neha Mangla. It outlines the system's objectives, which include membership management, class scheduling, payment processing, and staff management, utilizing Python and a relational database for implementation. The project aims to enhance efficiency and accuracy in gym operations while providing a better experience for members and staff.

Uploaded by

niteshjangra41
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)
6 views

CS Project_nitesh

The document is a project report on a Gym Management System created by students Nitesh Jangra, Kartik, and Parth Vashist under the guidance of Mrs. Neha Mangla. It outlines the system's objectives, which include membership management, class scheduling, payment processing, and staff management, utilizing Python and a relational database for implementation. The project aims to enhance efficiency and accuracy in gym operations while providing a better experience for members and staff.

Uploaded by

niteshjangra41
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/ 21

Shri SN Sidheshwar Public

School

A project report
on gym
management
CERTIFICATE
This is to certify that
1. Nitesh Jangra (XII-B)
2. Kartik (XII-A)
3. Parth Vashist (XII-B)

has successfully completed their


Computer Project Under the guidance of
“Mrs. NEHA MANGLA”
For the Academic Year 2024-2025.

Mrs. Neha Mangla


(PGT Computer Science)
ACKNOWLEDGEMENT
We would like to express our special
thanks of gratitude to our teacher Mrs.
Neha Mangla and our principal Mrs.
Sangita Sabrawal who gave us this golden
opportunity. They both helped us in doing
a lot of research and we came to know a
lot of things related to this topic.

Finally we would like to thank our parents


and friends who helped us a lot in
finalizing this prjoect within the limited
time frame.
CONTENT
1. Introduction.
2. Imported files
and functions in
python.
3. Coding
4. Output
INTRODUCTION
The Gym Management System is a digital solution
designed to simplify and automate the daily operations
of a gym or fitness center. This system addresses
common issues like managing memberships, scheduling
classes, tracking attendance, and processing payments,
reducing manual effort and improving accuracy.

Project Objectives
1.Membership Management: Keep track of member
details, renewals, and attendance.
2.Class Scheduling: Streamline class bookings and
schedules for members and trainers.
3. Payment Processing: Integrate secure payment
tracking for accurate financial records.
4. Staff Management: Maintain staff schedules,
attendance, and records.

Technologies Used
Python along with a relational database (MySQL or
PostgreSQL) for data storage.
Expected Outcomes
The Gym Management System will improve efficiency,
reduce errors, and provide a better experience for
members and staff, ultimately showcasing how
technology can streamline fitness management.
Files Imported In project:
1. Import MYSQL connector for
database connectivity

Functions used in project:


1. connect()
2. cursor()
3. fetchall()
4. commit()
Coding
1. Creating Tables:
2. Inserting Fixed Data:
3. Checking If data Is Entered:
4. Adding
a
Trainer:
5.Adding a Member:
6. Deleting record of a Member or Trainer:
7. Updating records
or
password
Output
1.Tables Created:
2. Output for adding a trainer:
3. Output for
adding a Member
4. Output for Removing a Trainer:
5. Output for Removing a Member:
6. Output for updating Trainer’s Salary:
7. Output for updating Membership:
8. Output For updating password:

You might also like