Skip to content

Commit e234ab8

Browse files
Update README.md
1 parent 3047f0e commit e234ab8

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

Number to Words/README.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,20 @@ This script converts a given number into words. For example, the input 123 will
88
• Python 3.x
99
This script uses only the standard library, so no additional installations are necessary.
1010

11-
## How to Install
11+
## ▶️ How to Run the Script
1212
1. Clone the Repository:
13-
```bash
14-
git clone https://github.com/yourusername/number-to-words.git
15-
cd number-to-words
16-
```
17-
## How to Run the Script
18-
1. Navigate to the Directory:
19-
```bash
20-
cd path/to/number-to-words
21-
```
22-
2. Run the Script:
23-
```bash
24-
python number_to_words.py
25-
```
26-
3. Follow the Prompt:
13+
```
14+
git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
15+
```
16+
2. Navigate to Directory:
17+
```bash
18+
cd Simple-Python-Mini-Projects/Number\ to\ Words
19+
```
20+
3. Run the Script:
21+
```bash
22+
python number_to_words.py
23+
```
2724

28-
Enter a number when prompted, and the script will output the number in words.
25+
4. Follow the Prompt:
26+
27+
Enter a number when prompted, and the script will output the number in words.

0 commit comments

Comments
 (0)