You are on page 1of 13

KSHATRIYA VIDHYA SALA ENGLISH MEDIUM SCHOOL

VIRUDHUNAGAR

A PROJECT REPORT on

MOVIE TICKET RESERVATION

Submitted to : Submitted by:

Mrs S.Anbu Niya Jeba Soundar ,M.C.A., B.Ed., S. Hari Krishna


CERTIFICATE

This is to certify that S HARI KRISHNA of class XI C of KSHATRIYA VIDHYA SALA ENGLISH
MEDIUM SCHOOL has done his project on Movie Booking System under my supervision. He has taken
interest and has shown at most sincerity in completion of this project. I certify this Project is up to my
expectation and as per guidelines issued by CBSE, NEW DELHI

Internal Examiner External Examiner

Principal
ACKNOWLEDGEMENT

"Thankful to God who gives us the triumph"

First I would like to thank the LORD ALMIGHTY for all the blessing he has endowed upon
me. With profound sense of indebtedness, I thank my parents for their immense love and support to do this
project.

I express my grateful thanks to KSHATRIYA VIDHYA SALA ENGLISH MEDIUM


SCHOOL for giving me the wonderful opportunity of doing this project.

I extend my deep sense of gratitude and heartful thanks to our Principal Mr


P.RAJASEKARAN M.Sc., M.Phil.,B.Ed., for his inspiring guidance and valuable suggestions which not
only put me on the correct track but enabled me to analyse the problems from different angles and to
complete the project within the stipulated time.

I take this opportunity to express my profound gratitude and sincere thanks to Mrs S.ANBU
NIYA JEBA SOUNDAR M.C.A.,B.Ed., for her moral support and valuable advice.
HARDWARE AND SOFTWARE REQUIREMENTS

Hardware:

 Processors: Intel Atom® processor or Intel®

Core™ i7 processor

 Disk space: 5 GB

 Ram: 4GB RAM (16GB preferable)

 Operating systems: Windows 10 or later,

Linux Mint or later, MacOS Catalina or later

Software:

 Python 3.11.1
CODING

MOVIE BOOKING SYSTEM

global f

f=0

#this t_movie function is used to select movie name

def t_movie():

global f

f = f+1

print("Which movie do you want to watch?")

print("1,Varisu-Starring-Thalapathy Vijay, Rashmika 1")

print("2,Thunivu-Starring-AK aka Ajith Kumar 2")

print("3,Vikram(2022) 3")

print("4,back")

movie = int(input("Choose your movie: "))

if movie == 4:

# in this it goes to center function and from center it goes to movie

center()

theater()

return 0

if f == 1:

theater()

# this theater function used to select screen

def theater():

print("Which screen do you want to watch: ")

print("1,SCREEN 1")

print("2,SCREEN 2")
print("3,SCREEN 3")

a = int(input("choose your screen: "))

ticket = int(input("number of ticket do you want:"))

timing(a)

# this timing function used to select timing for movie

def timing(a):

time1 = {

"1":"10.00-1.00",

"2":"1.10-4.10",

"3":"4.20-7.20",

"4":"7.30-10.30",

time2 = {

"1":"10.30-1.30",

"2":"1.40-4.40",

"3":"4.50-7.50",

"4":"8.00-10.45",

if a == 1:

print("choose your time:")

print(time1)

t = input("select your time:")

x = time1[t]

print("Successfully booked ,enjoy your movie at "+x)

print("Thank You Visit us on your next movie crave")

elif a == 2:

print("choose your time:")

print(time2)
t = input("select your time:")

x = time2[t]

print("Successfully booked ,enjoy your movie at "+x)

print("Thank You Visit us on your next movie crave")

elif a == 3:

print("choose your time:")

print(time3)

t = input("select your time:")

x = time3[t]

print("Successfully booked ,enjoy your movie at "+x)

print("Thank You Visit us on your next movie crave")

return 0

def movie(theater):

if theater==1:

t_movie()

elif theater==2:

t_movie()

elif theater==3:

t_movie()

elif theater==4:

city()

else:

print("wrong choice")

def center():

print("which theater do you wish to see movie?")

print("1,Inox")

print("2,Imax")

print("3,PvP")
print("4,back")

a=int(input("choose your option"))

movie(a)

return 0

#this function is used to select city

def city():

print("Hi welcome to Book @ your couch.in:")

print("This is a Online Movie Booking Platform")

print("Where you want to watch movie?:")

print("1-Madurai")

print("2-Chennai")

print("3-Coimbatore")

place=int(input("Choose your option:"))

if place==1:

center()

elif place==2:

center()

elif place==3:

center()

else:

print("wrong choice")

city()

# it calls the function city


OUTPUT

PYTHON 3.11.1 (TAGS/V3.8.3:6F8C832, [MSC V.1924 64 BIT (AMD64)] ON WIN64

TYPE "HELP", "COPYRIGHT", "CREDITS" OR "LICENSE()" FOR MORE INFORMATION.

>>>

================= RESTART: H:\MOVIE TICKET BOOKING SYSTEM.PY


=================

HI WELCOME TO BOOK @ YOUR COUCH.IN:

THIS IS A ONLINE MOVIE BOOKING PLATFORM

WHERE YOU WANT TO WATCH MOVIE?:

1-MADURAI

2-CHENNAI

3-COIMBATORE

CHOOSE YOUR OPTION:1

WHICH THEATER DO YOU WISH TO SEE MOVIE?

1,INOX

2,IMAX

3,PVR

4,BACK

CHOOSE YOUR OPTION1

WHICH MOVIE DO YOU WANT TO WATCH?

1,VARISU-STARRING-THALAPATHY VIJAY, RASHMIKA 1

2,THUNIVU-STARRING-AK AKA AJITH KUMAR 2

3,VIKRAM(2022) 3

4,BACK

CHOOSE YOUR MOVIE: 4


WHICH THEATER DO YOU WISH TO SEE MOVIE?

1,INOX

2,IMAX

3,PVP

4,BACK

CHOOSE YOUR OPTION1

WHICH MOVIE DO YOU WANT TO WATCH?

1,VARISU-STARRING-THALAPATHY VIJAY, RASHMIKA 1

2,THUNIVU-STARRING-AK AKA AJITH KUMAR 2

3,VIKRAM(2022) 3

4,BACK

CHOOSE YOUR MOVIE: 1

WHICH SCREEN DO YOU WANT TO WATCH:

1,SCREEN 1

2,SCREEN 2

3,SCREEN 3

CHOOSE YOUR SCREEN: 1

NUMBER OF TICKET DO YOU WANT:2

CHOOSE YOUR TIME:

{'1': '10.00-1.00', '2': '1.10-4.10', '3': '4.20-7.20', '4': '7.30-10.30'}

SELECT YOUR TIME:2

SUCCESSFULLY BOOKED ,ENJOY YOUR MOVIE AT 1.10-4.10

THANK YOU VISIT US ON YOUR NEXT MOVIE CRAVE

>>>
================= RESTART: H:\MOVIE TICKET BOOKING SYSTEM.PY
=================

HI WELCOME TO BOOK @ YOUR COUCH.IN:

THIS IS A ONLINE MOVIE BOOKING PLATFORM

WHERE YOU WANT TO WATCH MOVIE?:

1-MADURAI

2-CHENNAI

3-COIMBATORE

CHOOSE YOUR OPTION:2

WHICH THEATER DO YOU WISH TO SEE MOVIE?

1,INOX

2,IMAX

3,PVP

4,BACK

CHOOSE YOUR OPTION2

WHICH MOVIE DO YOU WANT TO WATCH?

1,VARISU-STARRING-THALAPATHY VIJAY, RASHMIKA 1

2,THUNIVU-STARRING-AK AKA AJITH KUMAR 2

3,VIKRAM(2022) 3

4,BACK

CHOOSE YOUR MOVIE: 4

WHICH THEATER DO YOU WISH TO SEE MOVIE?

1,INOX

2,IMAX

3,PVP

4,BACK

CHOOSE YOUR OPTION2

WHICH MOVIE DO YOU WANT TO WATCH?

1,VARISU-STARRING-THALAPATHY VIJAY, RASHMIKA 1

2,THUNIVU-STARRING-AK AKA AJITH KUMAR 2


3,VIKRAM(2022) 3

4,BACK

CHOOSE YOUR MOVIE: 2

WHICH SCREEN DO YOU WANT TO WATCH:

1,SCREEN 1

2,SCREEN 2

3,SCREEN 3

CHOOSE YOUR SCREEN: 2

NUMBER OF TICKET DO YOU WANT:2

CHOOSE YOUR TIME:

{'1': '10.30-1.30', '2': '1.40-4.40', '3': '4.50-7.50', '4': '8.00-10.45'}

SELECT YOUR TIME:2

SUCCESSFULLY BOOKED ,ENJOY YOUR MOVIE AT 1.40-4.40

THANK YOU VISIT US ON YOUR NEXT MOVIE CRAVE

>>>
BIBLIOGRAPHY

1. Computer Science With Python – Class 11 Textbook


(Author – Sumita Arora)
2. geeksforgeeks.org
3. programiz.com
4. python.org

You might also like