Skip to main content

A package to count the number of words in a document

Project description

pycounts_hr

A package to count the number of words in a document

Installation

$ pip install pycounts_hr

Usage

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

from pycounts_hr.pycounts_hr import count_words
from pycounts_hr.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 guideline. 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_hr was created by Hatef Rahmani. It is licensed under the terms of the MIT license.

Credits

pycounts_hr was created with cookiecutter and the py-pkgs-cookiecutter template.

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_hr-0.1.0.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

pycounts_hr-0.1.0-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for pycounts_hr-0.1.0.tar.gz
Algorithm Hash digest
SHA256 0a99bf4eb5aa6cab3f80eb30c7105a6cad05c009eeece866a78183ba061cf140
MD5 121c9b810639fb49b90fe22558aa1df5
BLAKE2b-256 5baf7945b8897fcfac95abbba2e3a5175f6cd95a38670a1de19dbd06f6f1b550

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pycounts_hr-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 20c467aa9e487cdc42d2fb2fd0caa1b55dcdfd6e4f695ef5cb5e1e6e707f2582
MD5 e5dc8c28df88c9a0baec1d40ab5f7e84
BLAKE2b-256 faedf916fbe48a9523dc110269901872ab11062a6300df08c2467a78ea98334d

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