0% found this document useful (0 votes)
28 views15 pages

11 Pro Merged

The document outlines a project for a Hotel Management system developed by Atharv Jain as part of his Informatics Practices course at Nirmala Convent School for the academic year 2024-25. It includes an acknowledgment section, a certificate of completion, and an introduction to the web-based application that facilitates hotel management tasks such as room bookings and service management. The project also features a user interface for customers to book rooms and services online, along with a sample code for the booking process.

Uploaded by

manthanparmar505
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views15 pages

11 Pro Merged

The document outlines a project for a Hotel Management system developed by Atharv Jain as part of his Informatics Practices course at Nirmala Convent School for the academic year 2024-25. It includes an acknowledgment section, a certificate of completion, and an introduction to the web-based application that facilitates hotel management tasks such as room bookings and service management. The project also features a user interface for customers to book rooms and services online, along with a sample code for the booking process.

Uploaded by

manthanparmar505
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 15

NIRMALA CONVENT SCHOOL,

RAJGARH DIST DHAR

SESSION 2024 – 25
TH
11 SCIENCE STREAM IP

(INFORMATICS PRACTICES)

PROJECT NAME : HOTEL

MANAGEMENT

SUBMITTED TO : SUBMITTED BY :
MR. RINKESH TORNIYA ATHARV JAIN
Acknowlegment

I would like to convey my heartiest thanks to


Mr. Rinkesh Torniya , my Informatics
Practices teacher and our school principal
who always gave me their valuable time and
suggestions during the completion of this
project.

He has been a source of inspiration for me


and he helped me in understanding and
remembering important and necessary details
of the project.

I would also like to thanks my parents and


friends who helped me a lot in this project
and motivated me a lot.

I would also like to thank God for


giving me such wonderful guides who
keep on guiding me at every moment
whenever I need them.
CERTIFICATE
This is to certify that Mr. ATHARV JAIN
Studying in Nirmala Convent School
of 11th standard Commerce Stream.
Has completed her Project during
the academic year 2024 – 25

INTERNAL’S SIGNATURE EXTERNAL’S


SIGNATURE

PRINCIPAL’S SIGNATURE
INTRODUCTION
The project, Hotel Management system is a
web based application that allows the hotel
manager to handle all activities online.
Interactive GUI and the ability to manage
various hotel bookings and rooms makes
these system very flexible and convenient.
The hotel is a very busy person and does not
have the time to sit and manage the entire
activities manually on paper. This application
gives him/her the power and flexibility to
manage the entire system from a single online
system. Hotel management system provides
room booking, staff management and other
necessary Hotel management features. The
system allow the manager to post available
rooms in the system. Customers can view and
book room online. Admin has the power of
either approving or disapproving the
customer’s booking request, other hotel
service can also be viewed by the customers
and can book them too. The system is hence
useful for both customers and managers to
portable manage the hotel activities.
def restart():

print("WELCOME TO THE HOTEL")

print("PRESS 1 for NORMAL

ROOM")

print("PRESS 2 for AC ROOM")

print("PRESS 3 for HEATER ROOM")

print("PRESS 4 for OTHER

SERVICES") print("PRESS 5 for FOOD

SERVICES")

a=int(input())

if a==1:

print("PRESS 1 for NORMAL ROOM SINGLE BED for ONE PERSON PRICE 1000 per day ")

print("PRESS 2 for NORMAL ROOM DOUBLE BED for TWO PERSONS PRICE 1500 per day ")

print("PRESS 3 for NORMAL ROOM DOUBLE BED for FOUR PERSONS PRICE 3000 per day ")

b=int(input())

if b==1:

print("*CONGRATULATIONS* YOU HAVE BOOKED NORMAL ROOM SINGLE BED FOR ONE PERSON")

elif b==2:

print("*CONGRATULATIONS* YOU HAVE BOOKED NORMAL ROOM DOUBLE BED for TWO PERSONS")

elif b==3:

print("*CONGRATULATIONS* YOU HAVE BOOKED NORMAL ROOM DOUBLE BED for FOUR PERSONS")

else:

print("!INVALID NUMBER PRESSED!")

#****************************************************normal room

elif a==2:

print("PRESS 1 for AC ROOM SINGLE BED for ONE PERSON PRICE 3000 per day")

print("PRESS 2 for AC ROOM DOUBLE BED for TWO PERSONS PRICE 4000 per day")

print("PRESS 3 for AC ROOM DOUBLE BED for FOUR PERSONS PRICE 6000 per day")

b=int(input())

if b==1:

print("*CONGRATULATIONS* YOU HAVE BOOKED AC ROOM SINGLE BED for ONE PERSON ")

elif b==2:

print("*CONGRATULATIONS* YOU HAVE BOOKED AC ROOM DOUBLE BED for TWO PERSONS ")
elif b==3:

print("*CONGRATULATIONS* YOU HAVE BOOKED AC ROOM DOUBLE BED for FOUR PERSONS ")

else:

print("!INVALID NUMBER PRESSED!")

#**************************************************AC room

elif a==3:

print("PRESS 1 for HEATER ROOM SINGLE BED for ONE PERSON PRICE 2000 per day")

print("PRESS 2 for HEATER ROOM DOUBLE BED for TWO PERSONS PRICE 3000 per day")

print("PRESS 3 for HEATER ROOM DOUBLE BED for FOUR PERSONS PRICE 5000 per day")

b=int(input())

if b==1:

print("*CONGRATULATIONS* YOU HAVE BOOKED HEATER ROOM SINGLE BED for ONE PERSON ")

elif b==2:

print("*CONGRATULATIONS* YOU HAVE BOOKED HEATER ROOM DOUBLE BED for TWO PERSONS ")

elif b==3:

print("*CONGRATULATIONS* YOU HAVE BOOKED HEATER ROOM DOUBLE BED for FOUR PERSONS ")

else:

print("!INVALID NUMBER PRESSED!")

#**************************************************************HEATER ROOM

elif a==4:

print("PRESS 1 for GYM PRICE 500 per day")

print("PRESS 2 for SWIMMING POOL PRICE 300 per hour")

print("PRESS 3 for GAMING ZONE ENTRY FEES 1500 ONE DAY ")

print("PRESS 4 for RESTRAUNT 1000 per person

") b=int(input())

if b==1:

print("*CONGRATULATIONS* YOU HAVE BOOKED GYM ")

elif b==2:

print("*CONGRATULATIONS* YOU HAVE BOOKED SWIMMING POOL ")


elif b==3:

print("*CONGRATULATIONS* YOU HAVE BOOKED GAMING ZONE FOR ONE DAY ")

elif b==4:

print("*CONGRATULATIONS* YOU HAVE BOOKED RESTRAUNT ")

else:

print("!INVALID NUMBER PRESSED!")

#**************************************************OTHER SERVICES

elif a==5:

print('''PRESS 1 for VEG THALI PRICE

700 INCLUDED ITEM

1. DAL

2. CHAPATI

3.PANEER SABJI

4.SEV KI SABJI

5.JEERA RICE

6.RAITA

7.MITHAI''')

print("PRESS 2 for NON VEG THALI")

b=int(input())

if b==1:

print("*CONGRATULATIONS* YOU HAVE BOOKED VEG THALI")

elif b==2:

print("*CONGRATULATIONS* YOU HAVE BOOKED NON VEG THALI")

else:
print("!INVALID NUMBER PRESSED!")

#************************************************************************FOOD SERVICES

else:

print("!INVALID NUMBER PRESSED!")

restart()

for i in range(1000):

print("PRESS 1 for RUN IT AGAIN AND PRESS 2 for EXIT")

a=int(input())

if a==1:

restart()

else:

exit()

You might also like