Calculate word counts in a text file!
Project description
pycounts_rm
Calculate word counts in a text file!
Installation
$ pip install pycounts_rm
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_rm
was created by Monty Python. It is licensed under the terms of the MIT license.
Credits
pycounts_rm
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
pycounts_rm-0.1.0.tar.gz
(3.3 kB
view details)
Built Distribution
File details
Details for the file pycounts_rm-0.1.0.tar.gz
.
File metadata
- Download URL: pycounts_rm-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 | 84aa7e44c71139faf5b725d898010ecd7481f3bda9d0ee0e452e99bcb85963bb |
|
MD5 | bf134249eea45efad562b2070f35dffe |
|
BLAKE2b-256 | 57f7a96aaf2492ec44872b0471bbec469dfb3ab94abf3c3658af2c0cc6b1226f |
File details
Details for the file pycounts_rm-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: pycounts_rm-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 | 360c9b08cb0da60abcd66745596a2a6b1e773cde7d193b2a529e7307180923af |
|
MD5 | 4360eef0496fc120d1bcedab07069811 |
|
BLAKE2b-256 | 7dbb2e4af183fb1c73f23a33373e2b3849f82f64189ef9a1a72ac558570c12b0 |