Calculate word counts in a text file!
Project description
pycounts_jl
Calculate word counts in a text file!
Installation
$ pip install pycounts_jl
Usage
pycounts_jl can be used to count words in a text file and plot results
as follows:
from pycounts_jl.pycounts_jl import count_words
from pycounts_jl.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_jl was created by Tomas Beuzen. It is licensed under the terms of the MIT license.
Credits
pycounts_jl was created with cookiecutter and the py-pkgs-cookiecutter template.
Project details
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
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_jl-0.4.0.tar.gz.
File metadata
- Download URL: pycounts_jl-0.4.0.tar.gz
- Upload date:
- Size: 86.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f8166b9c4a23e2b79126795fe64e2b321efef03607ea15ede7a5d6bd05213b2
|
|
| MD5 |
4310c3f3b7543c0f9e46f5df6c06c231
|
|
| BLAKE2b-256 |
99f8839c53ff5ff7e204de773f80b0f77070ab9446c8585b8572b6722a35ee6f
|
File details
Details for the file pycounts_jl-0.4.0-py3-none-any.whl.
File metadata
- Download URL: pycounts_jl-0.4.0-py3-none-any.whl
- Upload date:
- Size: 86.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
200f6cca47320d37e041a05597ac5a2ed8c2cd8bc16c8d2718f4413c028de468
|
|
| MD5 |
6ea5d1bb050519555728c02846b87605
|
|
| BLAKE2b-256 |
86b85d9db4fcc5aea971295b8edcba45c93281563176a1e3dddaf949b30bfcfc
|