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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a99bf4eb5aa6cab3f80eb30c7105a6cad05c009eeece866a78183ba061cf140 |
|
MD5 | 121c9b810639fb49b90fe22558aa1df5 |
|
BLAKE2b-256 | 5baf7945b8897fcfac95abbba2e3a5175f6cd95a38670a1de19dbd06f6f1b550 |
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20c467aa9e487cdc42d2fb2fd0caa1b55dcdfd6e4f695ef5cb5e1e6e707f2582 |
|
MD5 | e5dc8c28df88c9a0baec1d40ab5f7e84 |
|
BLAKE2b-256 | faedf916fbe48a9523dc110269901872ab11062a6300df08c2467a78ea98334d |