Count words in a text file.
Project description
pycount_xilinx
Count words in a text file.
Installation
$ pip install pycount_xilinx
Usage
pycount_xilinx can be used to count words in a text file and plot results
as follows:
from pycount_xilinx.pycounts import count_words
from pycount_xilinx.pycounts import plot_words
import matplotlib.pyplot as plot_words
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
pycount_xilinx was created by Xilinx. It is licensed under the terms of the MIT license.
Credits
pycount_xilinx 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 pycount_xilinx-0.1.0.tar.gz.
File metadata
- Download URL: pycount_xilinx-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.9.2 Linux/5.10.0-8-amd64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4553bfa9dffb991b325ed6c967fcf1d5f670b44b2e34e2a657656b5f039107d2
|
|
| MD5 |
a2064e15d2fd10ea778fdb4b904bf55e
|
|
| BLAKE2b-256 |
11725a873fc138209f3888a2d9f51b87c564198a228fca73e43c4b6074829d5e
|
File details
Details for the file pycount_xilinx-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pycount_xilinx-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.13 CPython/3.9.2 Linux/5.10.0-8-amd64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ee7fcc6e2bf64f5b39bc454783f6ca8191f4b912297d293cc50606aa58e1d75
|
|
| MD5 |
e6abfcdcdadfebecf6189d70f184dc50
|
|
| BLAKE2b-256 |
1853c9a3f4ce897be91d8ff5cbeae82418b8ef8b190a92ae6971b5b2d7a8fcc7
|