# word-count
## Build
```bash
python setup.py install
```
## Usage
```python
from word_count import search
search('path/to/file', 'word')