Movie Ticket Booking System Program
Movie Ticket Booking System Program
Cover Page
Abstract
This Python program is a Movie Ticket Booking System that allows users to:
It also calculates the total price including GST for the tickets booked.
Movie Ticket Booking System
Introduction
The program demonstrates how Python can be used to create interactive, console-based applications for
ticket booking.
Movie Ticket Booking System
System Features
Class Overview
The main class in the program is `MovieTicketBooking`, which contains methods to handle all functionalities
Function Descriptions
1. `__init__()`: Initializes the class with movies, prices, and GST rate.
5. `calculate_total()`: Computes the total price, including GST, based on the ticket count and movie price.
Main Function
The `main()` function serves as the entry point for the program. It provides a menu-driven interface for users
to:
1. Book Tickets.
2. View Bookings.
Flowchart
1. Start.
2. Display menu.
4. Exit system.
Movie Ticket Booking System
Sample Output
Testing
Conclusion
The Movie Ticket Booking System is a robust and user-friendly application that demonstrates Python's
References
3. RealPython Articles