Calculate word counts in text file
Project description
pycounts_je
Calculate word counts in text file
Installation
$ pip install pycounts_je
Usage
pycounts_je can be used to count words in a text file and plot results
as follows:
from pycounts_je.pycounts_je import count_words
from pycounts_je.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_je` was created by Julia Everitt. It is licensed under the terms of the MIT license.
## Credits
`pycounts_je` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).
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_je-0.1.0.tar.gz
(2.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pycounts_je-0.1.0.tar.gz.
File metadata
- Download URL: pycounts_je-0.1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.4 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
221d36243376232148d7649df80ac7f9385ac09552f311b2c64d154550985d0e
|
|
| MD5 |
664cde85c4993907cf97616cd2058b60
|
|
| BLAKE2b-256 |
f9b97cd8a5cf4532620cfe432dc94135d548bcac69a4680fab134bda52e6c7b0
|
File details
Details for the file pycounts_je-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pycounts_je-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.4 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a59550e94fe3f1c0db07e5385ad19dcd59edcff8c62625f17f6dd21488d31d00
|
|
| MD5 |
94bc7ec685311cbfdc62345d9623925a
|
|
| BLAKE2b-256 |
a4651f4afa32564f2cd26c71f735d9ed4895b60f671570ab47606538d955ccb6
|