You are on page 1of 16

ATLANTIC INTERNATIONAL SCHOOL

ACADEMIC YEAR: 2022-23

PROJECT REPORT ON

CREATING MOVIE TICKET BOOKING

ROLL NO :

NAME :

CLASS :

SUBJECT :

SUB CODE :

PROJECT GUIDE:

1
ATLANTIC INTERNATIONA SCHOOL

CERTIFICATE

This is to certify that R.SHAHITH has successfully completed the project Work entitled
MOVIE TICKET the subject Computer Science (083) laid down in the regulations of CBSE for
the purpose of Practical Examination in Class XII to be held in Atlantic International
School peravurani on______________.

2
Mas

Staff in charge
principal

Submitted for the Practical


Examination held on ……………………………………………………...
at ………………………………………………………………………………

External
Examiner Internal Examiner

ATLANTIC INTERNATIONA SCHOOL

CERTIFICATE

3
This is to certify that N.CHIDAMBARAM has successfully completed the project Work
entitled MOVIE TICKET the subject Computer Science (083) laid down in the regulations of
CBSE for the purpose of Practical Examination in Class XII to be held in Atlantic
International School peravurani on______________.

Mas

Staff in charge
principal

Submitted for the


Practical Examination held on ……………………………………………………...

TABLE OF CONTENTS

SER DESCRIPTION PAGE NO

4
01 ACKNOWLEDGEMENT

02 INTRODUCTION

03 HARDWARE AND SOFTWARE REQUIREMENTS

04 OBJECTIVES OF THE PROJECT

05 PROPOSED SYSTEM

06 SOURCE CODE

07 OUTPUT

08 BIBLIOGRAPHY

ACKNOWLEDGEMENT

Apart from the efforts of me, the success of any project depends largely on the
encouragement and guidelines of many others. I take this opportunity to express my

5
gratitude to the people who have been instrumental in the successful completion of
this project.

I express deep sense of gratitude to almighty God for giving me strength for the
successful completion of the project.

I express my heartfelt gratitude to my parents for constant encouragement while


carrying out this project.

I express my deep sense of gratitude to the luminary Mr.Silambu Selvan principal,


Atlantic International School peravurani who has been continuously motivating and
extending their helping hand to us.

My sincere thanks to Mrs.Rajalakshmi, Master In-charge, A guide, Mentor critically


reviewed my project and helped in solving each and every problem, occurred during
implementation of the project.

The guidance and support received from all the members who contributed and who
are contributing to this project, was vital for the success of the project. I am grateful
for their constant support and help

PROJECT ON CREATING UPSC FORMS

6
INTRODUCTION

This programme helps the users to add a UPSC registration form,

After adding informations this programme automatically generates a registration

Number and displays it. The user can use the registration number to view their

Registered details. This programme can be used only if the Login ID and the

Password is correct.

7
HARDWARE AND SOFTWARE REQUIREMENTS

I.OPERATING SYSTEM : WINDOWS 7 AND ABOVE

II. PROCESSOR : PENTIUM(ANY) OR AMD

ATHALON(3800+- 4200+DUALCORE)

III. MOTHERBOARD : 1.845 OR 915,995 FOR

K9MM-V VIAK8M800+8237R PLUS

CHIPSET FOR AMD ATHALON

IV. RAM : 512MB+

V. Hard disk : SATA 40 GB OR ABOVE

VI. MONITOR 14.1 or

15 – 17 inch

8
VII.Key board and mouse

VIII.Printer : (if print is required – [Hard copy])

SOFTWARE REQUIREMENTS

I. Windows OS
II. Python

OBJECTIVES OF THE PROJECT

The objective of this project is to let the students apply the programming knowledge

into a real- world situation/problem and exposed the students how programming skills

helps in developing a good software.

Write programs utilizing modern software tools.Apply object oriented

programming principles effectively when developing small to medium sized

projects.

1. Write effective procedural code to solve small to medium sized problems.

9
2. Students will demonstrate a breadth of knowledge in computer science, as

exemplified in the areas of systems, theory and software development.

3. Students will demonstrate ability to conduct a research or applied Computer

Science project, requiring writing and presentation skills which exemplify

scholarly style in computer science.

PROPOSED SYSTEM

Today one cannot afford to rely on the fallible human beings of be really wants to
stand against today’s merciless competition where not to wise saying “to err is
human” no longer valid, it’s out-dated to rationalize your mistake. So, to keep
pace with time, to bring about the best result without malfunctioning and greater
efficiency so to replace the unending heaps of flies with a much sophisticated
hard disk of the computer.

One has to use the data management software. Software has been an ascent in
automation various organizations. Many software products working are now in
markets, which have helped in making the organizations work easier and
efficiently. Data management initially had to maintain a lot of ledgers and a lot of
paperwork has to be done but now software production this organization has
made their work faster and easier. Now only this software has to be loaded on
the computer and work can be done.

10
This prevents a lot of time and money. The work becomes fully automated and
any information regarding the organization can be obtained by clicking the
button. Moreover, now it’s an age of computers of and automating such an
organization gives the better look.

SOURCE CODE

import mysql.connector as sql


conn=sql.connect(host =
'localhost',user='root',passwd='manager',database='soft')
c1=conn.cursor()
if conn.is_connected():
print ("Enter your choice as 1,2,3&4")
print ("$$$$$$$$$$$$ PALLVAN THEATRE BOOKING (AC & NON AC) $$$$$$$$$
$$$$$")
print ("SIGN UP")
print ("LOG IN")
print ("PALLAVAN THEATRE")
con = input ("do you want to continue or not :")
ch=int(input("Enter your choice :"))
if ch==1:
v_mname = input("Enter the movie name :")
v_phno = input("Enter phone number :")

11
v_tic = input("Enter total tickets :" )
v_sex = input ("Enter your sex :" )
v_fname = input ("Enter your first name :")
v_lname = input ("Enter your last name :")
v_passwd = input ("Enter your passwd :")
v_userID = input ("Enter your userID :")
v_snacks = input ("Order your snacks :")
v_ins="insert into theatre
values( '{}','{}','{}','{}','{}','{}','{}','{}','{}')".format(v_mname,v_phno,v_tic,v_sex,v_fna
me,v_lname,v_passwd,v_userID,v_snacks)
c1.execute(v_ins)
conn.commit()
print (" ticket booked congrats")
print ("Thank you for visiting pallavan theatre")
print ("ratings")
ch=int(input("Enter your choice :"))
if ch ==2:
print ("##############WELCOME TO THE BOX OFFICE
(AC)##################")
c = input ("Enter your movie name :")
a = input ("Enter your name :")
d = input ("Enter total tickets :")
b = input ("Enter your ph_no :")
pswd= input("Enter the password :")
sks = input(" Order your snacks :")
print ("*********************TICKET BOOKED***********************")
ch=int(input("Enter your choice :"))
if ch ==3:
print ("************welcome to 1st class ticket booking **************")

c = input ("Enter your movie name :") a = input ("Enter your name :")
d = input ("Enter total tickets :")
b = input ("Enter your ph_no :")
pswd= input("Enter the password :")
sks = input(" Order your snacks :")
print ("**TICKET BOOKED**")
ch=int(input("Enter your choice :"))

12
if ch == 4:
print ("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WELCOME TO 2nd CLASS TICKET
BOOKING !!!!!!!!!!!!!!!!!!!!!!!!!!!!")
a = input ("Enter your name :")
b = input ("Enter your movie name :")
c = input ("Enter your ph_no :")
d = input ("Enter total tickets :")
pswd= input("Enter the password :")
sks = input(" Order your snacks :")
print ("///////////////ENJOY THE MOVIE AND HAVE FUN/////////////////")

13
OUTPUT

14
.

15
BILIOGRAPHY

1. Computer science With Python - Class XII By : Sumita Arora


2.Website: https://www.w3resource.com

16

You might also like