Calculate word counts in a text file!
Project description
pycounts_wx
Calculate word counts in a text file!
Installation
$ pip install pycounts_wx
Usage
pycounts
can be used to count words in a text file and plot results
as follows:
from pycounts_wx.pycounts_wx import count_words
from pycounts_wx.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_wx
was created by Wenxin Xiang. It is licensed under the terms of the MIT license.
Credits
pycounts_wx
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_wx-0.1.0.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file pycounts_wx-0.1.0.tar.gz
.
File metadata
- Download URL: pycounts_wx-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.9.9 Darwin/20.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7be977158827bd909703a6ee147034aef55da27d207f31e4676858660f51b91 |
|
MD5 | 7bc364aa727a33d8cc20e299c8df3693 |
|
BLAKE2b-256 | 9baa95cba217a7ce4e9c18dbe1556036465d1f53f2afd8234cf165c48d4bec62 |
File details
Details for the file pycounts_wx-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: pycounts_wx-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.9.9 Darwin/20.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a62eb0ccb1a9ef43469907231b46f8a1b064e83f1eab1b91b914fdc2c50cbdd |
|
MD5 | 14fa60385ba31b5bc503b128eca53a72 |
|
BLAKE2b-256 | 76018d3edef6ddbfea804dc2966630ccaddd2e6f3acd394d2939cc6884ab106b |