Calculates word counts in a text file!
Project description
pycounts_ca
Calculates word counts in a text file!
Installation
$ pip install pycounts_ca
Usage
pycounts
can be used to count words in a text file and plot results
as follows:
from pycounts.pycounts import count_words
from pycounts.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. Contributor - Christopher Alexander (@christopheralex)
License
pycounts_ca
was created by Christopher Alexander. It is licensed under the terms of the MIT license.
Credits
pycounts_ca
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_ca-0.2.1.tar.gz
.
File metadata
- Download URL: pycounts_ca-0.2.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78dc08110e0927fe4b66dcbca4e537cf6ac4f22b1c32b604b2d8dbeee74cb493 |
|
MD5 | c4ab2232727eae61023b89d4042c531b |
|
BLAKE2b-256 | f5ba3031af8c61e8f4200f4b0422436c141c4776fd70ae142d3d76777ca804fb |
File details
Details for the file pycounts_ca-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: pycounts_ca-0.2.1-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e052889819bbe5876d8ec3bbae0f918597d40d1d5296230f8108384420349aef |
|
MD5 | bb25f1279f4774e99716ab849e7d0ffa |
|
BLAKE2b-256 | 5ff8a92b6b41575d2e8ff9230575823791e49cfa9852bfbd4d99d5796e3f54c7 |