Skip to main content

Calculate word counts in a text file!

Project description

pycounts_marr

Calculate word counts in a text file!

Installation

$ pip install pycounts_marr

Usage

pycounts_marr can be used to count words in a text file and plot results as follows:

from pycounts_marr.pycounts_marr import count_words
from pycounts_marr.plotting import plot_words
import matplotlib.pyplot as plt

file_path = "test.txt"  # path to your file
counts = count_words(file_path)
fig = plot_words(counts, n=10)
plt.show()

Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

License

pycounts was created by Tomas Beuzen. It is licensed under the terms of the MIT license.

Credits

pycounts was created with cookiecutter and the py-pkgs-cookiecutter template. Based on instruction here: https://py-pkgs.org/03-how-to-package-a-python#documentation-1b-fig

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

pycounts_marr-0.1.0.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

pycounts_marr-0.1.0-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file pycounts_marr-0.1.0.tar.gz.

File metadata

  • Download URL: pycounts_marr-0.1.0.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.9.9 Darwin/20.6.0

File hashes

Hashes for pycounts_marr-0.1.0.tar.gz
Algorithm Hash digest
SHA256 192a5c79b68bde6402666c3bae66b280b6f3571e776d37a031dae1b2c1d6a365
MD5 6b806a0aa6b8bae73c80198cef0934a8
BLAKE2b-256 3c0b2a29080930093d9a9c279755a88057f4c1a583000f03091376007fbc40f6

See more details on using hashes here.

File details

Details for the file pycounts_marr-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: pycounts_marr-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 5.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.9.9 Darwin/20.6.0

File hashes

Hashes for pycounts_marr-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2a40f04a6618372eabff8844a018a6e99cf14b9a29178f1277f8beaaf9113307
MD5 db9866b9922bd5069a9e5e8a4bf5bceb
BLAKE2b-256 59fe88b1ac9d8c2ccde000eb6187c3219f004af4300a0922e30f9b5dfc36d7aa

See more details on using hashes here.

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