You are on page 1of 13

THE HINDU COLONY CHELLAMAL

VIDYALAYA SENIOR SECONDARY


SCHOOL , CHENNAI-600061

COMPUTER SCIENCE PROJECT (2021-2022)


MOVIE TICKET BAZAR-
PERFECT ONLINE MOVIE TICKET BOOKING
SYSTEM

TEAM MEMBERS:
1) R . ANANAYA RENGA PRIYA

2) M . AKELA
3) A.C . AKSHAYAA
THE HINDU COLONY CHELLAMMAL
VIDHYALAYA SENIOR SECONDARY
SCHOOL, NANGANALLUR, CHENNAI-
61

XII-Std

Name…………………… Class……………………
Register No…………… Year……………….

This is certified to be the bonafide work of


the student in this Laboratory

Principal Teacher Incharge

Submitted for the practical examination held on ……………


At THE HINDU COLONY CHELLAMAL VIDYALAYA
SENIOR SECONDARY SCHOOL NANGANALLUR,
CHENNAI-61.
Internal Examiner

Internal Assessment External Examiner


Movie Ticket Bazar-Perfect Online Movie Ticket
Booking System

CONTENT

S.No. TOPIC
1) Introduction
2) Hardware& Software used
3) Data dictionary
4) Process logic
5) Menu description
6) Source code
7) Input, Output screenshots
8) Future scope of the Project
9) Bibliography
Introduction
Online Movie Ticket Booking System is a website to
provide the customers facility to book tickets for a movie
online and to gather information about the movies and
theatres. Customer needs to register at the site to book
tickets to the movie.

After selecting the show, the user is presented a seating


layout so that he can select seats of his choice. Thereafter
he is redirected to the payment gateway for making a
transaction. User can update his profile, take a print out of
the ticket and also view his booking history.
Using this system, the owner doesn’t have to sit and
manage the entire activity on paper. And at the same time,
the Owner will feel comfortable keeping a check on the
cinema. This System will give them power and flexibility to
manage the entire system from a single online portal.

Hardware and software used :-


Hardware :
Processor: intel core i7

Keyboard: HP 4SC12PA

Memory : RAM 8 GB

Software :
Operating system : Windows

10
 Python IDLE (3.8.3 64 bit)
 MS Word 2016
 Database : My SQL

DATA DICTIONARY

Table 1 : Table Customer:


Field Name Description Type Length

customer_id (PK) Customer ID number Int 11

customer_name Customer Full Name varchar 30

customer_mobile Customer Mobile Number varchar 11

customer_email Customer Email Address varchar 30

customer_address Customer Address Text  

Table 2 : TableCashier :
Field Name Description Type Length

employee_id (PK) Employee ID number Int 11


emloyee_name Employee Full Name varchar 30

employee_address Employee Address Text

employee_salary Employee Salary varchar 50

Table 3 : Table Movie Show:


Field Name Description Type Length

movie_id (PK) Movie ID number Int 11

movie_name   Movie Name or the Title of the movie varchar 50

movie_language Movie in Different Languages varchar 50

movie_hour Movie Duration Time varchar 50

movie_type The type of the Movie varchar 50

movie_date Date of the movie released varchar 50

Table 4: Table Booking Ticket:


Field Name Description Type Length

No_Of_Tickets_Available Number of Tickets Available Int 11

Movie_Name Movie Name or the Title of the varchar 50


movie
Ticket_Number The Number of the Ticket Int 11

Date The Date when you book the Ticket varchar 50

Time The Time when you Book the Ticket varchar 50

Venue The Place where you want to watch varchar 50

Ticket_ID (PK) Ticket ID Number Int 11

Table 5 : Table Payment:


 Field Name Description Type Length

ID (PK) Payment ID number Int 11

amount Cash Amount Int 50

customer Movie in Different Languages varchar 50

date Movie Duration Time varchar 50

Time The type of the Movie varchar 50


PROCESS LOGIC
The project objective is to book cinema tickets in online. The
Ticket Reservation System is an Internet based application
that can be accessed throughout the Net and can be accessed
by anyone who has a net connection. This application will
reserve the tickets. This online ticket reservation system
provides a website for a cinema hall where any user of
internet can access it. User is required to login to the system
and needs a credit card for booking the tickets. Tickets can be
collected at the counter and Watching movies with family
and friends in theatres is one of the best medium of
entertainment after having a hectic schedule.
But all this excitement vanishes after standing in hours in long
queues to get tickets booked. The website provides complete
information regarding currently running movies on all the
screens with details of show timings, available seats. Ticket
reservations are done using credit card and can be cancelled
if needed. Our online tickets reservation system is one of the
best opportunities for those who cannot afford enough time
to get their tickets reserved standing in long queues. People
can book tickets online at any time of day or night. Our
reservation system also provides option to cancel the tickets
which are reserved previously.
Menu Description:-
 Menu 1 : About
In this menu the customer can know about this
software.
 Menu 2 : Help
In this menu the various menus and sub menus of the
program are displayed, so that the user can easily know
about the project and can use it with ease.
 Menu 3 : Exit
It is used to terminate the execution of the code. The
exit option is given at various levels for proper
termination of the program.

SOURCE CODE:-

INPUT, OUTPUT SCREENSHOTS:-


FUTURE SCOPE:-
The project E-ticket system for cinema hall is
flexible enough to meet the requirements of the
customers. This project also has the scope of
enhancement like:
 Home delivery of tickets may be provided.
 Online Booking of purchases of eatables can
be provided.
 Corporate booking: Multimedia support for
corporate presentation can be provided.
Conference facility can be provided for
corporate meetings in the hall. This will
increase the profit of cinema halls as well as the
company organizing event.
 Group booking: Any institute/company can
book the tickets for students/clients and special
discount will be provided to them.
BIBLIOGRAPHY:-

You might also like