A simple Python-based Room Management System that uses MySQL for backend data storage. This system allows you to:
- Create and manage a hotel room database.
- Add or delete tables and columns.
- Check-in and check-out guests.
- Manage guest details and billing.
- Initialize discounts and services.
- Add or delete individual table columns dynamically.
- Create and drop the database
ROOM_MANAGEMENT_SYSTEM - Create
CHECK_INandCHECK_OUTtables if they do not exist - Delete specific tables or the entire database
- Add or delete columns dynamically from existing tables
- Modular and OOP-based design
- Python 3
- MySQL (via
mysql-connector-python)
git clone https://github.com/ashutoshdebug/Python-based-Hotel-Management-Systempip install mysql-connector-pythonpython main.py