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