Calculate word counts in a text file
Project description
pycounts_thomassiu
Calculate word counts in a text file
Installation
$ pip install pycounts_thomassiu
Usage
pycounts_thomassiu
can be used to count words in a text file and plot results
as follows :
from pycounts_thomassiu.pycounts import count_words
from pycounts_thomassiu.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_thomassiu
was created by Thomas Siu. It is licensed under the terms of the MIT license.
Credits
pycounts_thomassiu
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
File details
Details for the file pycounts_thomassiu-0.2.3.tar.gz
.
File metadata
- Download URL: pycounts_thomassiu-0.2.3.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9bec21c0dee69046364259e00f152d22aaa5aabe4504b5d6c5c4569fe9142ed1 |
|
MD5 | 715a9dc9b853c007442ddadb33493314 |
|
BLAKE2b-256 | c2981795d111f8924bb78310b3fdbe89c63ff907f12e3c517eb463eebc63b05b |
File details
Details for the file pycounts_thomassiu-0.2.3-py3-none-any.whl
.
File metadata
- Download URL: pycounts_thomassiu-0.2.3-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fa673eeddff51132a1712f43e9ea99f97b7eeccac0be0fd157bc540d38ae2f9 |
|
MD5 | a57a6c3117b51ce1091d67751d7ab676 |
|
BLAKE2b-256 | a3fb2d90ddc57f0f95e188402eeb767d9293d850f7d0d6b8523b1e862eab86ed |