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
Built Distribution
File details
Details for the file pycounts_gp-0.1.3.tar.gz
.
File metadata
- Download URL: pycounts_gp-0.1.3.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 | d2341ab0dbd0f8db6de9d8f0315a37fd92396b4066480f542dac9711b3c660be |
|
MD5 | c083e84e4c68208804341b4e4f50cbf2 |
|
BLAKE2b-256 | 9f89ad9ff389cd5e7f5e05cb06bb64356c1ddf57cdef7661ea12a7086a7f681a |
File details
Details for the file pycounts_gp-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: pycounts_gp-0.1.3-py3-none-any.whl
- Upload date:
- Size: 3.6 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 | e181d3e35cc78e58c682037b31a54b875ad127ac9f4db6cd1e458b9d5887ef1a |
|
MD5 | ac8bf420a3fde2a26a4a013340072129 |
|
BLAKE2b-256 | 64e22dd789e80e5ae6de6208bbbeaf501dfdbb6a70489f8e987fa553d70a4078 |