File tree Expand file tree Collapse file tree 1 file changed +15
-16
lines changed Expand file tree Collapse file tree 1 file changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -8,21 +8,20 @@ This script converts a given number into words. For example, the input 123 will
8
8
• Python 3.x
9
9
This script uses only the standard library, so no additional installations are necessary.
10
10
11
- ## How to Install
11
+ ## ▶️ How to Run the Script
12
12
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
+ ```
27
24
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.
You can’t perform that action at this time.
0 commit comments