hotelmanagement
hotelmanagement
hotelmanagement
Signature of Teacher
AYUSH KESHRI
27/12/2024
#Contents
1.About Hotel
2.Introduction
3.Hardware and Software requirement
4.Python source code
5.Adding username and password using Mysql
6.Mysql databases
7.Outputs
8.References
#Hotels
A hotel is a business establishment designed to provide lodging,
accommodation, and other services for travelers or tourists.
Hotels typically feature a variety of rooms or suites with
different levels of comfort and facilities. They can range widely
in size and style, from small boutique hotels to expansive luxury
resorts.
#Software Required
1.Python
2.Mysql
3.Python-Mysql connector
#PYTHON SOURCE CODE
#Adding Username and password using mysql
#For admin login
#BOOKING
#EMPLOYEES
#FEEDBACK
#MENU
#ORDERS
#ROOMS
#USERS
#OUTPUTS
#First interface with admin login
#Viewing Employees
#Adding an Employee
#Deleting an Employee
#Viewing Menu
#adding an item
#deleting an item
#Updated menu
#Viewing Customer Feedback
#Viewing Rooms
#Viewing Booked rooms
#Booking a Room
#VIEWING MENU
#Placing an Order
#Viewing Orders
#Giving Feedback
#Exit from Customer Interface