Gym Management System
Developed a desktop-based Gym Management System using Python, Tkinter, and MySQL. The system provides a user-friendly interface for managing gym operations through separate modules for Captains, Clients, and Offers.
The application supports complete CRUD operations (Create, Read, Update, Delete) for all system entities, allowing administrators to add, edit, delete, and view records efficiently. Data is stored and managed using a MySQL database to ensure reliability and easy data retrieval.
Key Features:
Captain Management Module
Add new captains
Update captain information
Delete captains
View all captains
Client Management Module
Register new clients
Edit client details
Remove client records
Display all clients
Offers Management Module
Add gym offers and discounts
Modify offer details
Delete offers
View available offers
Technologies Used:
Python
Tkinter (GUI Development)
MySQL Database
SQL Queries
CRUD Operations
Database Connectivity
Project Goal:
To simplify gym administration tasks by providing an efficient system for managing trainers, clients, and promotional offers through an easy-to-use graphical interface connected to a structured database.