Calculate word counts in a text file!
Project description
pycounts_merete
Calculate word counts in a text file!
Authors
Merete Lutz
Installation
$ pip install pycounts_merete
Usage
pycounts_merete can be used to count words in a text file and plot results
as follows:
from pycounts_merete.pycounts_merete import count_words
from pycounts_merete.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_merete was created by Merete Lutz. It is licensed under the terms of the MIT license.
Credits
pycounts_merete was created with cookiecutter and the py-pkgs-cookiecutter template. pycounts_merete was created following the tutorial created by Tomas Beuzen, licensed under the terms
of the MIT license. A link to the tutorial can be found here
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_merete-0.1.1.tar.gz.
File metadata
- Download URL: pycounts_merete-0.1.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
206bb9ab4f98067ef475c5925bf7a9ebe286aa90dc98393bb5f783d53c4e43dc
|
|
| MD5 |
5d3ec73bac4d5795c0a34982bcac06e5
|
|
| BLAKE2b-256 |
4b7aa275d957c8fabf011561041eca1f098ce866fb2baec49299ca81ad1e6733
|
File details
Details for the file pycounts_merete-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pycounts_merete-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
abb71c79523c87290b1719bf4a82ddd0fcf6b47f8cd954ddccf1a229be24ad8a
|
|
| MD5 |
66c4cfbec4a9c7ffbda84a1cf317fea3
|
|
| BLAKE2b-256 |
265ca27805b1c5bc493ea67f851db2e126f5fef2c62b9261912f31e79c1add54
|