Calculate word counts in a text file!
Project description
pycounts_jw19
Calculate word counts in a text file!
Installation
$ pip install pycounts_jw19
Usage
pycounts_jw19
can be used to count words in a text file and plot results
as follows:
from pycounts_jw19.pycounts_jw import count_words
from pycounts_jw19.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_jw19
was created by jing_wen. It is licensed under the terms of the MIT license.
Credits
pycounts_jw19
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_jw19-0.1.1.tar.gz
.
File metadata
- Download URL: pycounts_jw19-0.1.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.9.18 Darwin/23.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be30d9760c89e08d17c30dc5f61849f6b0a31d3768ce7b99c5812900a7cbd412 |
|
MD5 | b4a80a386a3635a9bb43593c1d5e037f |
|
BLAKE2b-256 | 0cb3f352e053ca021ebdea62f173ecadfd50b1d8ad0fd5c48df9b8e833dcbc0f |
File details
Details for the file pycounts_jw19-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: pycounts_jw19-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.9.18 Darwin/23.1.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b5be32b43f24a6e41d6fd2a00ac7020d4fd016ab61f25c9fd6cb1713ac1e4f7 |
|
MD5 | 776d28ff7ca96b168a4ef5299f57a294 |
|
BLAKE2b-256 | 68c0cceafe4be612fa1b056dbb79381e8729ee17cab68a4b16d031e2b011bb49 |