8844502775
see #126
15 lines
167 B
Markdown
15 lines
167 B
Markdown
# word-count
|
|
|
|
## Build
|
|
|
|
```bash
|
|
python setup.py install
|
|
```
|
|
|
|
## Usage
|
|
|
|
```python
|
|
from word_count_cls import WordCounter
|
|
|
|
WordCounter('path/to/file').search('word')
|
|
``` |