To count words in a text file
Project description
pycounts_imtvwy
To count words in a text file
Installation
$ pip install pycounts_imtvwy
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_imtvwy
was created by Vanessa Y. It is licensed under the terms of the MIT license.
Credits
pycounts_imtvwy
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_imtvwy-0.1.1.tar.gz
(3.4 kB
view details)
Built Distribution
File details
Details for the file pycounts_imtvwy-0.1.1.tar.gz
.
File metadata
- Download URL: pycounts_imtvwy-0.1.1.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fa174b3beead5681b0dcfedbd9dd009a24df92f76b7f00317706e49cbcc0766 |
|
MD5 | 1f82408592f7a7f3fdbc01e4de8c8d1d |
|
BLAKE2b-256 | 42b1f12ee26c2645af14cbc33be7a116612faca023b8a451e12870472e092081 |
File details
Details for the file pycounts_imtvwy-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: pycounts_imtvwy-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58b7874a178ef16160a254aecfeb26c303e8a5d98fa9e66b753be872816c4f30 |
|
MD5 | d18009b4c9847fe432eee38210018fc8 |
|
BLAKE2b-256 | 673af3c62f11472b34d25322cb0baa0b84da1bb176d6c282c8eeefa61f2f83bb |