Skip to main content

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.

Source Distribution

wordsum-0.1.3.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

wordsum-0.1.3-py3-none-any.whl (5.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page