Calculate word counts in a text file
Project description
pycounts_wqxxzd
Calculate word counts in a text file!
Installation
$ pip install pycounts_wqxxzd
Usage
pycounts_wqxxzd can be used to count words in a text file and plot results
as follows:
from pycounts_wqxxzd.pycounts_wqxxzd import count_words
from pycounts_wqxxzd.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_wqxxzd was created by Tomas Beuzen. It is licensed under the terms
of the MIT license.
Credits
pycounts_wqxxzd 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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pycounts_wqxxzd-0.1.0.tar.gz.
File metadata
- Download URL: pycounts_wqxxzd-0.1.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.11.6 Darwin/23.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82fdb912dd5065ff9124bf532c932cb52dafd1099d07dc3be084e533428134ff
|
|
| MD5 |
ca9e5a1b266e3713bb7d1ac9b90e792d
|
|
| BLAKE2b-256 |
2b7ffc6ec43101380b0c1074fbb5b79da6b9b3061ca8f229516b7111e217a2f3
|
File details
Details for the file pycounts_wqxxzd-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pycounts_wqxxzd-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.7.1 CPython/3.11.6 Darwin/23.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4cb789097fdeb54b9c33757fa5c943f30c4c30537a98eb2bc8789f6fa7e4a635
|
|
| MD5 |
c11d940b0f931663e633aa87df466b44
|
|
| BLAKE2b-256 |
398bd66acdc00ac8f4a7e85d8fa423f21d4657839ce239364641b8e596dac1a0
|