@@ -13,19 +13,23 @@ The project includes the following components:
13
13
## How to Install
14
14
No additional modules beyond Python's standard library are required to run this script.
15
15
16
- ## How to Run the Script
16
+ ## ▶️ How to Run the Script
17
17
1 . 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
+ ```
22
25
2 . Run the Script:
23
- ``` bash
24
- python3 hotel_management.py
25
- ```
26
+ ``` bash
27
+ python hotel_management.py
28
+ ```
29
+
26
30
## Usage Instructions
27
31
* Upon running the script, follow the prompts in the terminal to interact with the hotel management system:
28
32
• View all rooms.
29
33
• Check in a guest by providing guest details and room type.
30
34
• Check out a guest by entering the room number.
31
- • Exit the system.
35
+ • Exit the system.
0 commit comments