Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5d6d0bb

Browse files
Update README.md
1 parent 19ada75 commit 5d6d0bb

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

‎Hotel Management System/README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,23 @@ The project includes the following components:
1313
## How to Install
1414
No 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
1717
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+
```
2225
2. 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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /