To count words in a text file
Project description
Author: Vanessa Yuen
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
sdfdsfsd
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
Built Distribution
File details
Details for the file pycounts_imtvwy-0.2.0.tar.gz
.
File metadata
- Download URL: pycounts_imtvwy-0.2.0.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 | bcbd06516d1398dde9664aecb889feb8fcf62d99b61372f173f15787a761528a |
|
MD5 | 7cf1667cb4f2071966b10e033939e7b5 |
|
BLAKE2b-256 | 0a54623d8f1c89686165b90ed2ddde33fe3cda2e81ba06a9ca34cf8040a54fb4 |
File details
Details for the file pycounts_imtvwy-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: pycounts_imtvwy-0.2.0-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 | 7f4713ecb25b13b466d23824e3174d80e277fefd91323c0750293d6cd1785ae5 |
|
MD5 | d2dad5ce0de8034d64e6e6f368843aa2 |
|
BLAKE2b-256 | f3084ee60d72025b6c31d87fb16cbc67f47e74f1b947a3317668e32cd1defd03 |