Developed a console-based Cinema Ticket Booking System using Python that allows users to manage movie reservations efficiently. The system provides a simple and interactive interface for viewing available movies, booking tickets, cancelling reservations, and adding new movies to the schedule.
The project focuses on applying core programming concepts such as data structures, conditional logic, and user input handling to simulate a real-world cinema reservation workflow. It also demonstrates basic data management by tracking movie availability and updating seat counts dynamically when bookings or cancellations occur.
Key Features:
Display available movies and remaining seats
Book cinema tickets with automatic seat updates
Cancel existing reservations
Add new movies with custom seat capacity
Simple command-line interface for easy interaction
Technologies Used:
Python
Basic data structures (Dictionaries & Lists)
Command-line interface (CLI)