movie_ticket_booking_GUI

GUI Project using Tkinter library.

This project demonstrates movie ticket booking operations with dynamically changing available tickets value on the SQL database.

Working

  1. Provide details for Customer_Name, Customer_ID, Customer_Age, Select_Movie_ID, Number_Of_Tickets.
  2. Available Ticket value will be decreased by the value provided in Number of Tickets booked.
  3. Available Ticket value will be changed corresponding to the Movie_ID specified in the GUI.

Sample Screenshots.

1. Home

2. Values added to input field

3. Ticket booked prompt

4. Available tickets changed