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).
Release files for pycounts-affrins 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pycounts_affrins-0.1.0.tar.gz | 3.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pycounts_affrins-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:7.0 kB
Release files / pycounts_affrins-0.1.0.tar.gz
| Download URL | pycounts_affrins-0.1.0.tar.gz |
|---|---|
| Size | 3.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8b53d9332e797f996c71a615768f3dd4bd256b333d6c4bb67a9469730c19f217
|
|
BLAKE2b-256 checksum How to use checksums |
546612199a18feb2cf25617808233a4d752e91fca7fe94af7b4fcecf09033e93
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.8 CPython/3.9.9 Windows/10
|
Release files / pycounts_affrins-0.1.0-py3-none-any.whl
| Download URL | pycounts_affrins-0.1.0-py3-none-any.whl |
|---|---|
| Size | 3.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
03121ac26478e013e79c784ea46e12abcb17c946c0c64742d100cd2e6f9bd842
|
|
BLAKE2b-256 checksum How to use checksums |
a361e5dd07d6afa3faec622a09b8f5aadf9955907807c813b27b06fa5a12ac0e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.8 CPython/3.9.9 Windows/10
|