Calculate word counts in a text file!
Project description
pycounts_tt_2024
Author: Tiffany-Anne Timbers
Calculate word counts in a text file!!!
Installation
$ pip install pycounts_tt_2024
Usage
pycounts
can be used to count words in a text file and plot results
as follows:
from pycounts.pycounts import count_words
from pycounts.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_tt_2024
was created by Tiffany Timbers. It is licensed under the terms of the MIT license.
Credits
pycounts_tt_2024
was created with cookiecutter
and the py-pkgs-cookiecutter
template.
Project details
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_tt_2024-2.1.0.tar.gz
.
File metadata
- Download URL: pycounts_tt_2024-2.1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec33b853c049845f27a85a76365b9d801537868bc73bdf2875d250cfdd9e41cc |
|
MD5 | f258ddd365e086c0b425f5b0193bafc4 |
|
BLAKE2b-256 | 2bc1ccb418baac12b630d484112ad514b934e563c8dbac521c098a1a500c540a |
File details
Details for the file pycounts_tt_2024-2.1.0-py3-none-any.whl
.
File metadata
- Download URL: pycounts_tt_2024-2.1.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 046a689c73e52fe1a46c089057e7a2bff8fdfed953c505fe0dd502460843a046 |
|
MD5 | 3684f69c59da86205954e8f5f506bf49 |
|
BLAKE2b-256 | 6e617a7151d942f35889d5e4113b4cb66a798d7ddb41b4b730617d17020a7b1d |