A tool for counting words.
Project description
pycounts
Calculate word counts in a text file!
Installation
$ pip install pycounts_kari
Usage
pycounts_kari can be used to count words in a text file and plot results
as follows:
from pycounts_kari.pycounts_kari import count_words
from pycounts_kari.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_kari was created by Katia Aristova after directly following a tutorial for the UBC DSCI 522 course. It is licensed under the terms
of the MIT license.
Credits
pycounts_kari 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_kari-0.1.2.tar.gz.
File metadata
- Download URL: pycounts_kari-0.1.2.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.9.9 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8df73e06063497a41bf212e21555d326d24547cdd5f3cc8739b46aec746efdd9
|
|
| MD5 |
72bf0f68f5c8212c06ecf61e760ec5a3
|
|
| BLAKE2b-256 |
aebcca62a004b66da17d7f3a017541e5551d3f43e7a565aeeb5a83ef03437083
|
File details
Details for the file pycounts_kari-0.1.2-py3-none-any.whl.
File metadata
- Download URL: pycounts_kari-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.6 CPython/3.9.9 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e5e0b6362ea06e6812b80aa7bcf68f1e868e2d66368f47667bc748622488f1e
|
|
| MD5 |
fca50a963e01b84cb0d8ca45b8466baa
|
|
| BLAKE2b-256 |
bf7de4e10e2e8228c9bb3ea3947efbfd3937ad669ae9af563c878701cdbbe4bd
|