Calculate word counts in a text file!
Project description
pycounts_gp
Calculate word counts in a text file!
Installation
$ pip install pycounts_gp
Usage
pycounts_gp
can be used to count words in a text file and plot results
as follows:
from pycounts_gp.pycounts_gp import count_words
from pycounts_gp.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_gp
was created by Gautham Pughazhendhi. It is licensed under the terms
of the MIT license.
Credits
pycounts_gp
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
pycounts_gp-0.1.3.tar.gz
(3.4 kB
view hashes)
Built Distribution
Close
Hashes for pycounts_gp-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e181d3e35cc78e58c682037b31a54b875ad127ac9f4db6cd1e458b9d5887ef1a |
|
MD5 | ac8bf420a3fde2a26a4a013340072129 |
|
BLAKE2b-256 | 64e22dd789e80e5ae6de6208bbbeaf501dfdbb6a70489f8e987fa553d70a4078 |