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.
➔ mysql.connector
pip install mysql-connector-python
➔ pandas
pip install pandas
➔ pillow(PIL)
pip install Pillow
-
Clone the project
-
Go to the project directory
-
Run
bank.cmd
for creating a bank account and depositing money. -
Run
db.cmd
to check if the database and table exists, if not add then usingdb.cmd
-
Then finally run
login.cmd
and enjoy.
Use python 3.11. Download from here
Use mysql 8.0.31 or higher. Download from here