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
pycounts_jl-0.4.0.tar.gz
(86.3 kB
view hashes)
Built Distribution
Close
Hashes for pycounts_jl-0.4.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 200f6cca47320d37e041a05597ac5a2ed8c2cd8bc16c8d2718f4413c028de468 |
|
MD5 | 6ea5d1bb050519555728c02846b87605 |
|
BLAKE2b-256 | 86b85d9db4fcc5aea971295b8edcba45c93281563176a1e3dddaf949b30bfcfc |