0% found this document useful (0 votes)
7 views

Comp Final

The document outlines a Computer Science project titled 'Theatre Booking System' by Prabhleen Sachdeva, aimed at simplifying the process of booking movie tickets online. It utilizes Python for the front-end and MySQL for the back-end, allowing users to register, log in, and book seats conveniently from home. The project includes source code, output screens, and MySQL tables to manage user data and bookings.
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)
7 views

Comp Final

The document outlines a Computer Science project titled 'Theatre Booking System' by Prabhleen Sachdeva, aimed at simplifying the process of booking movie tickets online. It utilizes Python for the front-end and MySQL for the back-end, allowing users to register, log in, and book seats conveniently from home. The project includes source code, output screens, and MySQL tables to manage user data and bookings.
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/ 16

COMPUTER SCIENCE

PROJECT:
“THEATRE BOOKING SYSTEM”

NAME: PRABHLEEN SACHDEVA


CLASS:XII-A
BOARD ROLL NO:
INDEX
Sno. CONTENTS

1 certificate

2 acknowledgment

3 introduction

4 Source code

5 Output screen

6 Mysql tables

7 biblography
CERTIFICATE

This is to certify that Prabhleen


Sachdeva of XII-A of SPRINGDALES
SCHOOL, PUSA ROAD has successfully
completed her Computer Science
Project based on the topic
“THEATRE BOOKING SYSTEM”
ACKNOWLEDGEMENT

It would be my utmost pleasure to


express a sincere thanks to my
Computer Science Teacher, Mrs.Bela
Diwan , for providing a helping hand in
this project. Her valuable guidance,
support and supervising is responsible
for the successful completion of this
project.
INTRODUCTION
PROJECT NAME: “THEATRE BOOKING
SYSTEM”
By-Prabhleen Sachdeva
My project is about movie booking in theatre that make a
convenient way to book seats in various theatres located in
your city. Generally, people are visiting to theatres for
booking seats, my project reduce effort, cost and time for
booking seats in theatre by just sitting at their home. In this
project python used as a Front-End and MySQL used as a
Back-End, people interact with menu driven program through
python and they can make login by using registered user id
and password and they can start booking through a menu
driven program and all the data will be stored in MySQL
tables that I have made in this project. Here I am using a
database connectivity features to connect python with
MySQL. I have created 3 tables on MySQL named as movie,
registration and booking which will keep getting updated as
the data is stored in it. Through this project a registered user
can change their profile details like phone number, email id
and other credentials. user can easily cancel booking by just a
single type .People can book movies which are available on
theatres and choose their convenient time, they can choose
different types of theatre like PVR, Inox etc and number of
seats and the type of seats with their prices at the date and
time which suits them .Once the user has registered, their
account is saved and they just have to login to book their
movies
SOURCE CODE
OUTPUT SCREEN
MYSQL TABLES
BIBLOGRAPHY

.Class 12th Computer Science textbook-NCERT


.Computer science with python textbook for class
12th –Sumita Arora
.Class 11th Computer Science textbook-NCERT

You might also like