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

Comp Final

The document outlines a Computer Science project titled 'Theatre Booking System' by Ayaan Katyal from class XII-C, which aims to simplify the process of booking movie tickets online. It utilizes Python for the front-end interface and MySQL for back-end database management, allowing users to register, log in, and book or cancel tickets conveniently. The project includes various components such as source code, output screens, and MySQL tables, along with acknowledgments and bibliographic references.

Uploaded by

Ayaan Katyal
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Comp Final

The document outlines a Computer Science project titled 'Theatre Booking System' by Ayaan Katyal from class XII-C, which aims to simplify the process of booking movie tickets online. It utilizes Python for the front-end interface and MySQL for back-end database management, allowing users to register, log in, and book or cancel tickets conveniently. The project includes various components such as source code, output screens, and MySQL tables, along with acknowledgments and bibliographic references.

Uploaded by

Ayaan Katyal
Copyright
© © All Rights Reserved
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: Ayaan katyal


CLASS:XII-C
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 Ayaan katyal of


XII-C of Modern school vasant vihar
has successfully completed his
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.Jasmine , 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-Ayaan katyal
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