An open API service indexing awesome lists of open source software.

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

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: