File tree Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -8,20 +8,22 @@ This Python script provides a basic functionality to count the number of words i
8
8
- word_count_tool(): Function that takes user input and utilizes 'count_words' to print the word count.
9
9
10
10
## 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:
17
12
This script only uses Python's standard library, so no additional modules need to be installed.
18
13
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
+ ```
25
27
26
28
## Example Usage
27
29
``` bash
@@ -30,4 +32,4 @@ $ python word_count_tool.py
30
32
Enter some text: Hello world, this is a sample text.
31
33
Word count: 7
32
34
33
- ```
35
+ ```
You can’t perform that action at this time.
0 commit comments