A package for counting words and others.
Project description
mypycounts
A package for counting words and others.
Installation
$ pip install mypycounts
Usage
mypycounts can be used to count words in a text file and plot results as follows:
from mypycounts.mypycounts import count_words
from mypycounts.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
mypycounts was created by Emmanuel Arkoh-Nelson. It is licensed under the terms of the MIT license.
Credits
mypycounts 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 mypycounts-0.1.0.tar.gz.
File metadata
- Download URL: mypycounts-0.1.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.11.5 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
996e208ff581cd13e45edff154ceecebbf5fa9b507be8b3ef35690f50bcb2c9b
|
|
| MD5 |
55875c5dc2e4ceade862f0eee774317e
|
|
| BLAKE2b-256 |
3df5e8963d369f29414dfc9c984f9740d986d5e3ad7cc3008b1a7df8e3578e88
|
File details
Details for the file mypycounts-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mypycounts-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.8.2 CPython/3.11.5 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e45fba3ff319444ba992e62172a8d76c39dda622bfeb037e177acae57230a1a
|
|
| MD5 |
91bbc673249a3ce9845b1c68e51586a1
|
|
| BLAKE2b-256 |
997d06de669ca103b834c3d2197db10e1e1ae23b9bd9853b99fc304a3c16925b
|