A simple toy project to demonstrate how to create python packages
Project description
pycounts_khalidca
A simple toy project to demonstrate how to create python packages
Installation
$ pip install pycounts_khalidca
Usage
pycounts_khalidca can be used to count words in a text file and plot results
as follows:
from pycounts_khalidca.pycounts import count_words
from pycounts_khalidca.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_khalidca was created by Khalid Abdilahi. It is licensed under the terms of the MIT license.
Credits
pycounts_khalidca 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_khalidca-0.1.0.tar.gz.
File metadata
- Download URL: pycounts_khalidca-0.1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.12 CPython/3.9.5 Darwin/20.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
879678f1933c8f92239cedded85059d2edd7f21d28ee7b57f27dad138375ac37
|
|
| MD5 |
bdc20db1577fcf8a45dfbc95152d38e9
|
|
| BLAKE2b-256 |
bcf9cddc8eaeae2efa5edd744fcbd6d7ace4f7d03d59d53b1f7ac5acb718feda
|
File details
Details for the file pycounts_khalidca-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pycounts_khalidca-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.12 CPython/3.9.5 Darwin/20.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cf01ae068ce7ee72773bc4975deba61210dcdaba7963c07c156a56cf4aa814a
|
|
| MD5 |
b40d3c79dd80d97a3e1484c8a4439884
|
|
| BLAKE2b-256 |
5bd30edfbcf51267a08c81378eb7997898569959e3d8f79f5b5d2e43772d83bd
|