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.
Release files for pycounts-gp 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pycounts_gp-0.1.3.tar.gz | 3.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pycounts_gp-0.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.0 kB
Release files / pycounts_gp-0.1.3.tar.gz
| Download URL | pycounts_gp-0.1.3.tar.gz |
|---|---|
| Size | 3.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d2341ab0dbd0f8db6de9d8f0315a37fd92396b4066480f542dac9711b3c660be
|
|
BLAKE2b-256 checksum How to use checksums |
9f89ad9ff389cd5e7f5e05cb06bb64356c1ddf57cdef7661ea12a7086a7f681a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / pycounts_gp-0.1.3-py3-none-any.whl
| Download URL | pycounts_gp-0.1.3-py3-none-any.whl |
|---|---|
| Size | 3.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e181d3e35cc78e58c682037b31a54b875ad127ac9f4db6cd1e458b9d5887ef1a
|
|
BLAKE2b-256 checksum How to use checksums |
64e22dd789e80e5ae6de6208bbbeaf501dfdbb6a70489f8e987fa553d70a4078
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|