pycounts_dk
Calculate word counts in a text file!
Installation
$ pip install pycounts_dk
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.
License
pycounts_dk was created by Daniel King. It is licensed under the terms of the MIT license.
Credits
pycounts_dk was created with cookiecutter and the py-pkgs-cookiecutter template.
Release files for pycounts-dk 0.1.0
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_dk-0.1.0.tar.gz | 3.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pycounts_dk-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.8 kB
Release files / pycounts_dk-0.1.0.tar.gz
| Download URL | pycounts_dk-0.1.0.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1269a0d81a67370c4d9a8243b94be39bd0c46ecc7b1f21873d42f5969cde336a
|
|
BLAKE2b-256 checksum How to use checksums |
e24cb8ddb45f3388a1ae77c968c6d8876a5d8186de4018494ccc2bb6558b5b7d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.12 CPython/3.9.9 Darwin/21.1.0
|
Release files / pycounts_dk-0.1.0-py3-none-any.whl
| Download URL | pycounts_dk-0.1.0-py3-none-any.whl |
|---|---|
| Size | 3.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
d42c79fe37ce0f08b45bd757bbe00601732e42e6f96aca456fdcd3f3501823d1
|
|
BLAKE2b-256 checksum How to use checksums |
e2a21961f92267ec9f902b5bc1607c07d8c0157378a8b5807b0b03b18302d304
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.12 CPython/3.9.9 Darwin/21.1.0
|