Calculate word counts in a text file!
Project description
pycounts_jlee
Calculate word counts in a text file!
Installation
$ pip install pycounts_jlee
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_jlee
was created by John Lee. It is licensed under the terms of the MIT license.
Credits
pycounts_jlee
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_jlee-0.1.0.tar.gz
.
File metadata
- Download URL: pycounts_jlee-0.1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.8 CPython/3.9.9 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25cf593ad817e0ab163a23d5871e3e0c7a7cf0eb333d24e91065659d5e9c9de0 |
|
MD5 | 4d4f5b4e19c8e042a619a5f90f2bfc51 |
|
BLAKE2b-256 | 3889c6eb3ed91d2e2fea6ee63ace99b70dcc0098ce5d425ade0bebaaad4c92b5 |
File details
Details for the file pycounts_jlee-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: pycounts_jlee-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.1.8 CPython/3.9.9 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f9cbac2e7d6f0d9ddc84118aa29d770e0e3a1163945bdc384b2b8b384d50973 |
|
MD5 | 5a94d9d928d157247c40472fd20662fc |
|
BLAKE2b-256 | 70e540d882d29f1fdc09074df823dcde7724f150b9035d4d37fe0949c130c140 |