Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkan0201 authored Oct 6, 2023
1 parent da8f25f commit a983c8e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ You can find the above items using this package.
It is very easy to use modules, now we will give some examples.
The output will be a number in all modes.

First, we import the `counter` from `ashcount`
```bash
pip install ashcount
```

First, we import the `ashcount` from `ashcount`
```python
from ashcount import ashcount
```
Expand Down Expand Up @@ -44,7 +48,7 @@ To find the number of `words` in a `txt` file.
print(ashcount.counter.word_count(path=Txt_file_address))
```

For the part where you want to work with `Python` files, you must import `py_counter` from `ashcount`.
For the part where you want to work with `Python` files, you must import `ashcount` from `ashcount`.
```python
from ashcount import ashcount
```
Expand Down

0 comments on commit a983c8e

Please sign in to comment.