Skip to content

Movie Ticket Booking System is to manage the details of Shows, Booking, Payment, Movie and Customer. It manages all the information about Shows, Seats, Customers and Shows. Theatre management system, movie theatre management.

gladw-in/movie-ticket-booking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Ticket Booking

Movie Ticket Booking System is to manage the details of Shows, Booking, Payment, Movie and Customer. It manages all the information about Shows, Seats, Customers and Shows. The project is totally built at the administrative end and thus only the administrator is guaranteed access. The purpose of the project is to build an application program to reduce the manual work for managing the Shows, Booking, Seats and Payment. It tracks all the details about the Payment, Movie and Customer.

Required Modules

➔ mysql.connector

  pip install mysql-connector-python

➔ pandas

  pip install pandas

➔ pillow(PIL)

  pip install Pillow

Screenshots

Run Locally

  1. Clone the project

  2. Go to the project directory

  3. Run bank.cmd for creating a bank account and depositing money.

  4. Run db.cmd to check if the database and table exists, if not add then using db.cmd

  5. Then finally run login.cmd and enjoy.

FAQ

Which python version?

Use python 3.11. Download from here

Which mysql version?

Use mysql 8.0.31 or higher. Download from here