alkana.py
A tool to get the katakana reading of an alphabetical string.
Installing
Python 3 or higher is required.
From pip
python3 -m pip install -U alkana.py
Clone from GitHub
$ git clone https://github.com/cod-sushi/alkana.py
$ cd alkana.py
$ python3 -m pip install -U .
Example
Python import
Quick example:
import alkana
print(alkana.get_kana("Hello"))
print(alkana.get_kana("World"))
print(alkana.get_kana("abcdefg"))
Output of above example is:
ハロー
ワールド
None
If the reading is not exist, Returns None.
Command line
$ alkana hello
ハロー
$ alkana world
ワールド
$ alkana abcdefg
If the reading is not exist, there is no output.
Copyrights
Alphabetical word - katakana dictionary's data is from bep-eng.dic.
Bilingual Emacspeak Project (c) 1999-2002 Bilingual Emacspeak Project
Lisence
GPLv2
Release files for alkana.py 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| alkana.py-0.0.1.tar.gz | 370.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| alkana.py-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 750.9 kB
Release files / alkana.py-0.0.1.tar.gz
| Download URL | alkana.py-0.0.1.tar.gz |
|---|---|
| Size | 370.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
54a9d69bc6f0badbc5044eeb61b80c3002c621f17a77ef0d5a2ab215b235a442
|
|
BLAKE2b-256 checksum How to use checksums |
8baf99855695ac9067c0ea1fe9776906a224537527ea5f784fe1f6ea46bf2c15
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.3
|
Release files / alkana.py-0.0.1-py3-none-any.whl
| Download URL | alkana.py-0.0.1-py3-none-any.whl |
|---|---|
| Size | 380.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b4bc4ab528c13a0743760236bb0773d09520f3778702166264c6b35c2af23231
|
|
BLAKE2b-256 checksum How to use checksums |
9e0b79dd7b375e8622358b06ac8d30e27555d69d07353bcfbc5ad800e26cea01
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.3
|