A package based on the pycounts tutorial, as part of DSCI 524 Individual Assignment
Project description
pycounts_toy_python_524
A package based on the pycounts tutorial, as part of DSCI 524 Individual Assignment.
Installation
$ pip install pycounts_toy_python_524
Usage
pycounts_toy_python_524 can be used to count words in a text file and plot results
as follows:
from pycounts_toy_python_524.pycounts_toy_python_524 import count_words
from pycounts_toy_python_524.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_toy_python_524 was created by Gretel Tan. It is licensed under the terms of the MIT license.
Credits
pycounts_toy_python_524 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_toy_python_524-0.1.0.tar.gz.
File metadata
- Download URL: pycounts_toy_python_524-0.1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.9.18 Darwin/22.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91a861cc2a0fdff5d237d8711e5a898bae08bd7ce7688ddf231322e50d014559
|
|
| MD5 |
554d4a42d00d3d8e3c8636a5b9b4cc2e
|
|
| BLAKE2b-256 |
677fbfdc7d2aaa2cb167a627f006b9b278013a5e419ac43e7c04ca6278793d6e
|
File details
Details for the file pycounts_toy_python_524-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pycounts_toy_python_524-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.9.18 Darwin/22.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4d9b82c48c08ee2f560752a8d8a63365ad08396175b8527333ca6073cef6d15
|
|
| MD5 |
e2286a307daa4ed5112c9d363437ca47
|
|
| BLAKE2b-256 |
36241dc03641f1ae413f1aca7e8876287b6ebaa35c85eb139372aa2ad3132f24
|