Skip to content

crs7617/Ticketbooking-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Ticketbooking-Website

# Ticket Booking System

Welcome to the Ticket Booking System, a simple web application built using Streamlit.

## Overview

This project provides a basic ticket booking system with the following features:

- Selection of the number of tickets.
- Choice of movie from a predefined list.
- Selection of a showtime.
- Seat selection from an interactive grid.
- Simulated payment processing.
- Real-time seat availability tracking.

## Installation

To run this application locally, follow these steps:

1. Clone the repository to your local machine:

```bash
git clone https://github.com/yourusername/ticket-booking-system.git
cd ticket-booking-system
  1. Install the required dependencies:
pip install streamlit
  1. Run the application:
streamlit run ticket_booking_app.py

Usage

  • Visit the application in your web browser by opening the provided URL (usually localhost:8501).
  • Select the number of tickets, a movie, and a showtime.
  • Choose seats by clicking on the grid.
  • Click the "Book Tickets" button to simulate the booking process.
  • The app will display the results and show seat availability.

Future Improvements

This is a basic version of a ticket booking system. You can enhance it further by adding the following features:

  • Real payment processing integration.
  • User authentication and user profiles.
  • Database integration for storing reservations.
  • Improved user interface and design.

Contributors

  • C R SAIRAM

License

This project is licensed under the MIT License - see the LICENSE file for details.

Feel free to contribute to this project or use it as a starting point for your own ticket booking application. Enjoy!



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages