You are on page 1of 11

GOMATHY ENGLISH MEDIUM SCHOOL, NELLORE

PROJECT REPORT

SUBMITTED
BY:XXXXWRITEYOURNAMEXX

GOMATHY ENGLISH MEDIUM SCHOOL, NELLORE


SENIOR SECONDARY
(AFFILIATED TO CBSE, NEWDELHI, NO:130174 )

C E RT I FI CATE
Certified that this is a bonafide record of the project work

---------------- ---------------------------------------------------------------
Faculty Guide ____________________________ Principal________________________

Submitted for Practical Examination and Viva-Voce held on _ _ _ _ _ _ _ _ _

---------------------- -------------------------
Internal Examiner External Examiner

Name of the candidate Register No Signature of the candidate

---------------------------- ----------------------- -----------------------------

Countersigned By:
Mr.MD ARIF IMRAN
PGT(CS)
Place: Nellore
Date:

ACKNOWLEDGEMENT
The success and final outcome of this project required a lot of guidance
and assistance from many people and I am extremely fortunate to have got this all
along the completions of my project work. Whatever I have done is only due to such
guidance and assistance and I would not forget to thank them.

I have taken efforts in this project. However, it would not have been possible
without the kind support and help of many individuals. I would like to extend my
sincere thanks to all of them.

I am highly indebted to my computer teacher Mr.MD. Arif Imran for his


guidance and constant supervision as well as for providing necessary information
regarding the project & also for supporting me in completing this project. I also
thank our respected Principal Mr Udhay Sir for his support.

I am thankful to and fortunate enough to get constant encouragement,


support and guidance from all teaching staff of Department of computer science
which helped us in successfully completing this project

I would like to express my gratitude towards my parents for their kind co-
operation and encouragement which help me in completion of this project.

My thanks and appreciations also go to my colleague in developing the


project and people who have willingly helped me out with their abilities.
HOTEL STAR PARK
#HOTEL STAR PARK
#PROJECT BY SUNIL & ABRAHAM & VISHAL
a=[]
b=[]
c=[]
d=[]
e=[]
f=[]
g=[]
h=[]
y=[]
S=[]
T=[]
U=[]
V=[]
S1=0
S2=0
print("""
...........................................................................................................................
////////////////////////////////////////////////////////////////////////////
....................WELCOME TO THIS HOTEL-MNGT SOFTWARE.................................
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ HOTEL STAR PARK \\\\\\\\\\\\\\\\\\\\\\\\\\\
/////////////MADE BY Sunil & Abraham & Vishal CLASS XI 'A'/////////////////
<<<<<<<<<<<<<<<<<<<<<<<<<<ST.JOHNS BESANT
NAGAR>>>>>>>>>>>>>>>>>>
..........................................................................................................................
""")
while(True):
print("""
1--->Enter Customer Details
2--->Calculate Room Rent
3--->Calculate Restaurant Bill
4--->Calculate Gaming Bill
5--->Calculate Laundry Bill
6--->Customer Details
7--->EXIT
""")
print()
k=int(input("Enter Choice: "))
if k==1:
l=input("\nEnter the Customer Name: ")
m=input("\nEnter the Customer Address: ")
A=input("\nEnter the Customer Age: ")
B=input("\nEnter the Customer Nationality: ")
C=input("\nEnter the Customer Phone Number: ")
D=input("\nEnter the Customer E-Mail address: ")
n=input("\nEnter the Customer CheckIN Date: ")
o=input("\nEnter the Customer CheckOUT Date: ")
p=int(input("\n Enter The Customer Room no : "))
a.append(l)
b.append(m)
c.append(n)
d.append(o)
e.append(p)
S.append(A)
T.append(B)
U.append(C)
V.append(D)
elif k==2:
print ("We have the following rooms for you:-")
print ("1. Ultra Royal ----> 10000 USD ")
print ("2. Royal ----------> 5000 USD ")
print ("3. Elite ----------> 3500 USD ")
print ("4. Budget ---------> 2500 USD ")
q=int(input("Enter the Room Type: "))
r=int(input("Enter the No. of Nights: "))
if q==1:
print("\nUltra Royal Room Rent")
f.append(10000*r)
elif q==2:
print("\nRoyal Room Rent")
f.append(5000*r)
elif q==3:
print("\nElite Room Rent")
f.append(3500*r)
elif q==4:
print("\nBudget Room Rent")
f.append(2500*r)
else:
print("\nInvalid Option")
elif k==3:
print(""" 1. Vegetarian Combo -----> 300 USD
2. Non-Vegetarian Combo -----> 500 USD
3. Vegetarian & Non-Vegetarian Combo -----> 750 USD
""")
s=int(input("\nEnter The Choice: "))
if s==1:
t=int(input("\nEnter The Quantity: "))
g.append(300*t)
elif s==2:
t=int(input("\nEnter The Quantity: "))
g.append(500*t)
elif s==3:
t=int(input("\nEnter The Quantity: "))
g.append(750*t)
else:
print("\nInavalid Option ")
elif k==4:
while(1):
print(""" 1. Table Tennis -----> 150 USD/HR
2. Bowling -----> 100 USD/HR
3. Snooker -----> 250 USD/HR
4. PUBG World Gaming -----> 400 USD/HR
5. Video Games -----> 300 USD/HR
6. Swimming Pool Games -----> 350 USD/HR
7. Exit
""")
u=int(input("\nEnter The Choice: "))
if u==1:
v=int(input("\nEnter No. of Hours : "))
S1+=(150*v)
elif u==2:
v=int(input("\nEnter No. of Hours : "))
S1+=(100*v)
elif u==3:
v=int(input("\nEnter No. of Hours : "))
S1+=(250*v)
elif u==4:
v=int(input("\nEnter No. of Hours : "))
S1+=(400*v)
elif u==5:
v=int(input("\nEnter No. of Hours : "))
S1+=(300*v)
elif u==6:
v=int(input("\nEnter No. of Hours : "))
S1+=(350*v)
elif u==7:
h.append(S1)
break;
else:
print("\nInvalid Option")
elif k==5:
while(1):
print(""" 1. Shirts -----> 5 USD
2. T-Shirts -----> 3 USD
3. Pants -----> 2 USD
4. Jeans -----> 4 USD
5. Sarees -----> 5 USD
6. Chudithar -----> 3 USD
7. Frock -----> 3 USD
8. Skirts -----> 4 USD
9. Trousers -----> 2 USD
10. InnerWear -----> 3 USD
11. Exit
""")
w=int(input("\nEnter the Choice: "))
if w==1:
x=int(input("\nEnter the Quantity: "))
S2+=(5*x)
elif w==2:
x=int(input("\nEnter the Quantity: "))
S2+=(3*x)
elif w==3:
x=int(input("\nEnter the Quantity: "))
S2+=(2*x)
elif w==4:
x=int(input("\nEnter the Quantity: "))
S2+=(4*x)
elif w==5:
x=int(input("\nEnter the Quantity: "))
S2+=(5*x)
elif w==6:
x=int(input("\nEnter the Quantity: "))
S2+=(3*x)
elif w==7:
x=int(input("\nEnter the Quantity: "))
S2+=(3*x)
elif w==8:
x=int(input("\nEnter the Quantity: "))
S2+=(4*x)
elif w==9:
x=int(input("\nEnter the Quantity: "))
S2+=(2*x)
elif w==10:
x=int(input("\nEnter the Quantity: "))
S2+=(3*x)
elif w==11:
y.append(S2)
break;
else:
print("\nInvalid Option ")
elif k==6:
z=input("Enter name of Customer: ")
for i in range(len(a)):
if z==a[i]:
print("\n\n**## CUSTOMER DETAILS ##**")
print("\n\t CUSTOMER NAME: ",a[i])
print("\n\t CUSTOMER ADDRESS: ",b[i])
print("\n\t CUSTOMER AGE: ",S[i])
print("\n\t CUSTOMER NATIONALITY: ",T[i])
print("\n\t CUSTOMER PHONE NUMBER: ",U[i])
print("\n\t CUSTOMER E-MAIL ADDRESS: ",V[i])
print("\n\t CUSTOMER CHECK IN DATE: ",c[i])
print("\n\t CUSTOMER CHECK OUT DATE: ",d[i])
print("\n\t CUSTOMER ROOM.NO: ",e[i])
print("\n\t CUSTOMER ROOM RENT: ",f[i]," USD")
print("\n\t CUSTOMER RESTAURENT BILL: ",g[i]," USD")
print("\n\t CUSTOMER GAMING BILL: ",h[i]," USD")
print("\n\t CUSTOMER LAUNDRY BILL: ",y[i]," USD")
print("\n\t CUSTOMER TOTAL BILL: ",(f[i]+g[i]+h[i]+y[i])," USD")
print("\n\t CUSTOMER ADDIIONAL CHARGES: ",((f[i]+g[i]+h[i]+y[i])/4)," USD")
print("\n\n\t CUSTOMER GRAND TOTAL: ",(f[i]+g[i]+h[i]+y[i])+((f[i]+g[i]+h[i]+y[i])/4)," USD")
elif k==7:
print("\n\n\t THANK YOU !! VISIT STAR PARK AGAIN ")
break;

Limitations:

1. This project is work only under the CUI formats

2. This project is Developed as menu driven style .

Requirements:

Operating System:

 Windows 7, Windows 8 or Windows 10


 Mac OSX 10.8, 10.9, 10.10 or 10.11

Hardware:

 Processor (CPU) with 2 gigahertz (GHz) frequency or above


 A minimum of 2 GB of RAM
 Monitor Resolution 1024 X 768 or higher
 A minimum of 20 GB of available space on the hard disk
 Internet Connection Broadband (high-speed) Internet connection with a speed of
4 Mbps or higher
 Keyboard and a Microsoft Mouse or some other compatible pointing device
 Sound card
 Speakers or headphones
 Strongly Recommended - Microphone and Webcam

Browsers:
 Chrome* 36+
 Edge* 20+
 Mozilla Firefox 31+
 Internet Explorer 11+ (Windows only)
 Safari 6+ (MacOS only)

Bibliography:

1. Python.mykvs.in

2. Sumita Arora Python a Text book of class 12.

3. W3schools.com

You might also like