Hotel Management System

This full system is developed using python's Tkinter GUI toolkit

Brief about the project

A management system developed to simulate the daily working of a hotel from getting customer details to getting the bill.This system can be used by the hotel managers.

  • The system keeps the data of the customer like name,email,phone number etc. you can even search the customer with help of mobile number or reference number
  • the system can even find the rooms which are available and engaged and can even book the room which are available.While booking the checkin date and checkout date is also saved to generate the correct amount
  • You can even add new rooms in the database by selecting the floor in which the rooms exists and the type of room like AC/NON-AC,Single/Double etc.
  • You can even delete,update the existing rooms in the databases
  • Customer's data can be updated as per the user's needs
  • the user can logout of the system when he dont use the system

components in the project

  • languages used:Python
  • Database:MySql Workbench
  • Application Type:GUI.
  • GUI Developed using python's toolkit Tkinter.