@@ -13,19 +13,23 @@ The project includes the following components:
1313## How to Install
1414No additional modules beyond Python's standard library are required to run this script.
1515
16- ## How to Run the Script
16+ ## ▶️ How to Run the Script
17171 . Clone the Repository:
18- ``` bash
19- git clone https://github.com/yourusername/hotel-management-system.git
20- cd hotel-management-system
21- ```
18+ ```
19+ git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
20+ ```
21+ 2 . Navigate to Directory:
22+ ``` bash
23+ cd Simple-Python-Mini-Projects/Hotel\ Management\ System
24+ ```
22252 . Run the Script:
23- ``` bash
24- python3 hotel_management.py
25- ```
26+ ``` bash
27+ python hotel_management.py
28+ ```
29+ 2630## Usage Instructions
2731* Upon running the script, follow the prompts in the terminal to interact with the hotel management system:
2832• View all rooms.
2933• Check in a guest by providing guest details and room type.
3034• Check out a guest by entering the room number.
31- • Exit the system.
35+ • Exit the system.
0 commit comments