https://github.com/gattiharishkumar/reservation-system-using-python
https://github.com/gattiharishkumar/reservation-system-using-python
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gattiharishkumar/reservation-system-using-python
- Owner: GattiHarishKumar
- Created: 2024-09-10T14:31:25.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T14:32:58.000Z (8 months ago)
- Last Synced: 2024-12-29T15:45:18.729Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online Reservation System (Console-based)
This is a simple **console-based reservation system** implemented in Python. It allows users to **make reservations**, **view all reservations**, and **cancel reservations**. The system captures details such as name, date, total members, room number, and ID number, and assigns a unique reservation ID to each booking.
## Features
- **Make a Reservation**: Input your name, date, number of members, room number, and ID number to make a reservation.
- **View Reservations**: Displays all current reservations with their details.
- **Cancel a Reservation**: Cancel a reservation using the unique reservation ID.
- **Auto-Generated Reservation IDs**: The system automatically generates a unique ID for each booking.## Prerequisites
Before running the program, ensure that you have the following installed on your machine:
- [Python 3.x](https://www.python.org/downloads/)
- [VS Code](https://code.visualstudio.com/download) (optional, but recommended)