Simple Gym Management System In PYTHON With Source Code

Project: Simple Gym Management System in Python with source code

About Project

Simple Gym Management System project is written in Python. The project file contains a python script (main.py, customer.py, package.py, gymmanager.py). This is a simple console based project which is very easy to understand and use. There is no login system here. Talking about its features, it contains all the required functions which include adding and viewing customer, package records as well as their payments. While adding records, the user has to enter the customer’s name, contact details with joining date.

The user can also add packages and subscriptions by providing details such as name, price. Other features include searching customer details by his/her name and payments can be done. This console-based Simple Gym Management System provides the simplest management of the gym member records. In short, this project mainly focuses on CRUD with a search function. There’s no external database file in this mini project to save the data permanently. In order to run the project, you must have installed Python, on your PC. This is a simple console Based system, specially written for the beginners. Simple Gym Management System in Python project with source code is free to download. Use for education purpose only! For the project demo, have a look at the video below.

Simple Gym Management System in Python project demo

Features:

  1. Add Customer, Package, Subscription
  2. View Customers and Package details
  3. Payment

DOWNLOAD SIMPLE GYM MANAGEMENT SYSTEM IN PYTHON WITH SOURCE CODE: CLICK THE BUTTON BELOW


Got stuck or need help customizing Simple Gym Management System as per your need, just sign up to ask your questions in the forum or just comment down below and we will do our best to answer your question ASAP.

5 1 vote
Article Rating
Subscribe
Notify of
guest
1 Comment
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Shivam Ramesh Khatkale
Shivam Ramesh Khatkale
3 years ago

i have error in simple gym management system to add payment give me this result

Traceback (most recent call last):
File “C:\Users\shiva\Downloads\GymManagementSystem\GymManagementSystem\Main.py”, line 134, in
gymManager.addPayment(customer, package, package.getCost())
File “C:\Users\shiva\Downloads\GymManagementSystem\GymManagementSystem\GymManager.py”, line 26, in addPayment
self.payments[customerId][packageId] += amount
KeyError: 65

1
0
Would love your thoughts, please comment.x
()
x