PROJECT
PROJECT
SUBMITTED BY:
NAME: _____________
ROLL NO.: _________
SESSION:___________
Shri Bhairavnath Shikshan Sanstha’s
Aditya English Medium School
Affiliation No. 1130831
Baner, Pune
Certificate
INTRODUCTION
This Project on Hotel Management is a general
software developed (using Python) to simplify hotel
operations by automating them. In this project,
“AnCasa” is the project’s hotel name. It covers major
aspects of hotel management; it could perform the
following operations- Hotel Booking, Provide you with
Hotel Rooms Info, Room Service, Billing and Record-
Keeping.
Functions Created
• Home()- Function to display the project’s main
screen i.e. the home page of the project or you can
say the main menu for selecting the desired
operation to perform.
• Date(str)- Function to validate date entered by the
user/customer.
• Booking()- Function for booking room in hotel by
entering user/customer details.
• Room_Info()- Function to provide users/customers
with hotel rooms information(i.e. about room
amenities).
• Restaurant()- Function for room service which
provides user/customer with the restaurant’s
menu card to order food at the room.
• Payment()- Function for payment of hotel room
and restaurant bill generation at the time of check-
out.
• Record()- Function for keeping records of
customers stayed in the hotel.
SYSTEM IMPLEMENTATION
Hardware :-
Software:-
IDLE Python 3.12 64 bit
THEORETICAL BACKROUND
What is python
What is Database
a database is an organized collection of data or a type
of data store based on the use of a database
management system, the software that interacts with
end users, applications, and the database itself to
capture and analyze the data.
What is MYSQL
Code:
global f
f=0
def center():
print("which theater do you wish to see movie? ")
print("1,Inox")
print("2,cinepolis")
print("3,pvr")
print("4,movietime")
a = int(input("choose your option: "))
movie(a)
return 0
Result:-
HOW TO INSTALL PYTHON
CONCLUSION
CONCLUSION
This software is efficient in maintaining customer's
details and can easily perform operations on records.
This Sofware also reduces the work load Of the Shop
keeper to know the quantity of books available and
also keep the records
of how many books are purchased and sold.
In future, this System Can launch web Site for online
book selling.