https://github.com/agharsh53/hotel_guest_info
Guest Reservation System using python
https://github.com/agharsh53/hotel_guest_info
Last synced: about 1 year ago
JSON representation
Guest Reservation System using python
- Host: GitHub
- URL: https://github.com/agharsh53/hotel_guest_info
- Owner: agharsh53
- Created: 2024-07-24T05:02:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T13:30:58.000Z (almost 2 years ago)
- Last Synced: 2025-05-14T23:08:39.158Z (about 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hotel Guest Reservation System
This Python program implements a simple Hotel Guest Reservation System where users can add, display, and cancel reservations.
🧐 Features
- **Add Reservation:** Allows adding a new reservation with a unique ID, guest name, date and time, and number of guests.
- **Display Reservations:** Lists all existing reservations with details.
- **Cancel Reservation:** Removes a reservation based on its ID.
- **Exit:** Terminates the program.
## Usage
1. **Adding a Reservation:**
- Enter a unique Reservation ID, guest name, date and time of reservation, and number of guests.
- The reservation will be added to the system.
2. **Displaying Reservations:**
- Shows a list of all reservations currently stored in the system.
3. **Canceling a Reservation:**
- Enter the Reservation ID of the reservation to cancel.
- If found, the reservation will be removed from the system.
4. **Exiting the Program:**
- Terminates the execution of the program.
## How to Run
To run the program:
1. Make sure you have Python installed on your system.
2. Save the Python code provided in `reservation_system.py`.
3. Open a terminal or command prompt.
4. Navigate to the directory where `reservation_system.py` is saved.
5. Run the program using the command: