Skip to content

Commit 01b1672

Browse files
Update README.md
1 parent 68776db commit 01b1672

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

Word Count Tool/README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,22 @@ This Python script provides a basic functionality to count the number of words i
88
- word_count_tool(): Function that takes user input and utilizes 'count_words' to print the word count.
99

1010
## Installation
11-
1. Clone the Repository:
12-
```bash
13-
git clone https://github.com/yourusername/word-count-tool.git
14-
cd word-count-tool
15-
```
16-
2. No Additional Modules Required:
11+
1. No Additional Modules Required:
1712
This script only uses Python's standard library, so no additional modules need to be installed.
1813

19-
## How to Run the Script
20-
After cloning the repository and navigating to the project directory:
21-
```bash
22-
python word_count_tool.py
23-
```
24-
Follow the on-screen prompts to enter text and see the word count result.
14+
## ▶️ How to Run the Script
15+
1. Clone the Repository:
16+
```
17+
git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
18+
```
19+
2. Navigate to Directory:
20+
```bash
21+
cd Simple-Python-Mini-Projects/Word\ Count\ Tool
22+
```
23+
3. Run the Script:
24+
```bash
25+
python word_count_tool.py
26+
```
2527

2628
## Example Usage
2729
```bash
@@ -30,4 +32,4 @@ $ python word_count_tool.py
3032
Enter some text: Hello world, this is a sample text.
3133
Word count: 7
3234

33-
```
35+
```

0 commit comments

Comments
 (0)