Calculate word counts in a text file!
Project description
pycounts_affrins
Calculate word counts in a text file!
Installation
$ pip install pycounts_affrins
Usage
pycounts_affrins can be used to count words in a text file and plot results
as follows:
from pycounts_affrins.pycounts_affrins import count_words
from pycounts_affrins.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_affrins` was created by Affrin Sultana. It is licensed under the terms of the MIT license.
## Credits
`pycounts_affrins` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).
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_affrins-0.1.0.tar.gz.
File metadata
- Download URL: pycounts_affrins-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 |
8b53d9332e797f996c71a615768f3dd4bd256b333d6c4bb67a9469730c19f217
|
|
| MD5 |
3694caef4fb43a437c16b89f0d2d7909
|
|
| BLAKE2b-256 |
546612199a18feb2cf25617808233a4d752e91fca7fe94af7b4fcecf09033e93
|
File details
Details for the file pycounts_affrins-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pycounts_affrins-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.8 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 |
03121ac26478e013e79c784ea46e12abcb17c946c0c64742d100cd2e6f9bd842
|
|
| MD5 |
905545b539990ac076e5b5f1dd649c97
|
|
| BLAKE2b-256 |
a361e5dd07d6afa3faec622a09b8f5aadf9955907807c813b27b06fa5a12ac0e
|