kanjigrid
Create Kanji Grids out of Text
pip install kanjigrid
MWE
import kanjigrid
gridder = kanjigrid.Gridder("Kanji", 40, "Header", 52)
grading = kanjigrid.Jouyou()
with open("test.txt", "r", encoding="utf-8") as f:
data = f.read()
gridder.feed_text(data)
grid = gridder.make_grid(grading, outside_of_grading=True, stats=True, bar_graph=True)
grid.save("test.png")
Release files for kanjigrid 0.0.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| kanjigrid-0.0.5.tar.gz | 26.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| kanjigrid-0.0.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 51.7 kB
Release files / kanjigrid-0.0.5.tar.gz
| Download URL | kanjigrid-0.0.5.tar.gz |
|---|---|
| Size | 26.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a5ace60e6346007994a11a69dd90c4a3559c3eca27f3d2524f7ad33b1cbd1cfc
|
|
BLAKE2b-256 checksum How to use checksums |
24e90629d31029d4dc1163c6252b2d0cda1ee01aa7b3086bff30946f6206bd06
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.5 CPython/3.8.3 Windows/10
|
Release files / kanjigrid-0.0.5-py3-none-any.whl
| Download URL | kanjigrid-0.0.5-py3-none-any.whl |
|---|---|
| Size | 25.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
833833554a2326827836a1620c199dfce857514a8ee8e831eaba23074e4e6dbc
|
|
BLAKE2b-256 checksum How to use checksums |
f27f2b99678e0637526d24c636e4ec4933d0eb5992f7dd9c39b3820f27171b8b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.1.5 CPython/3.8.3 Windows/10
|