Calculate word counts in a text file!
Project description
pycounts_ms
Calculate word counts in a text file!
Installation
$ pip install pycounts_ms
Usage
pycounts
can be used to count words in a text file and plot results
as follows:
from pycounts_ms.pycounts_ms import count_words
from pycounts_ms.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_ms
was created by Mahsa Sarafrazi. It is licensed under the terms of the MIT license.
Credits
pycounts_ms
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
pycounts_ms-0.1.0.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file pycounts_ms-0.1.0.tar.gz
.
File metadata
- Download URL: pycounts_ms-0.1.0.tar.gz
- Upload date:
- Size: 3.2 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 | d2f5cb0d61ec751a310366f9f29a3fd2091a2c4764816e3c38ea042bc8e561ef |
|
MD5 | 9b2b3345f8dcdb585b5eb7e24d4242c4 |
|
BLAKE2b-256 | 134d3e14af610ada752769bf6e31645357699b68edc944aea6cc5bd8bfcd21ed |
File details
Details for the file pycounts_ms-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: pycounts_ms-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.7 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 | 98a33eba895c23cfc717e8edad667817a2fe15cd4fbe87a0a2f08ac6b85c95f6 |
|
MD5 | c4fea04965ececfe81d713cfdd4d7474 |
|
BLAKE2b-256 | 318bca05397466084506556e6fea05ddc7aab6007170772e780408df35cf479b |