Skip to content

This is a project made by me for service and room management in hotels. This is totally based on Python and SQL. I will try to add more functions to this later in the future

Notifications You must be signed in to change notification settings

ashutoshdebug/Python-based-Hotel-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hotel Management System

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.

Features

  • Create and drop the database ROOM_MANAGEMENT_SYSTEM
  • Create CHECK_IN and CHECK_OUT tables 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

Technologies Used

  • Python 3
  • MySQL (via mysql-connector-python)

Setup Instructions

1. Clone the repository

git clone https://github.com/ashutoshdebug/Python-based-Hotel-Management-System

Install dependencies

pip install mysql-connector-python

Run the program

python main.py

About

This is a project made by me for service and room management in hotels. This is totally based on Python and SQL. I will try to add more functions to this later in the future

Resources

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages