Counting words within a folder of files recursively.
Project description
Word Sum
Wordsum is a package for counting words within a folder of files recursively.
Usage
import wordsum if __name__ == "__main__": print(wordsum.count_words('./example_files',['.md','.ipynb'])) wordsum.list_supported_formats()
Installation
If you are using pip:
pip install wordsum
Supported Formats
Currently wordsum only supports markdown .md
and jupyter notebooks .ipynb
.
Contribute
PRs are welcome for anything!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size wordsum-0.1.3-py3-none-any.whl (5.2 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size wordsum-0.1.3.tar.gz (3.6 kB) | File type Source | Python version None | Upload date | Hashes View |