No project description provided
Project description
pyboin
pyboin is Pure-Python Japanese character interconverter for Hiragana and Vowel.
「こんにちは」 -> 「おんいいあ」
Requirement
- Python3
Usage
import pyboin
# Argument 'cv' may be omitted.
# Specify katakana or hiragana as the first argument.
pyboin.text2boin('こんにちは', cv='katakana')
# => 'オンイイア'
pyboin.text2boin('こんにちは', cv='hiragana')
# => 'おんいいあ'
pyboin.convert_vowel('ス', 'ア')
# => 'サ'
pyboin.convert_vowel('カ', 'オ')
# => 'コ'
pyboin.romanize('a', 's')
# => 'サ'
Installation
$ pip install pyboin
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/AjxLab/pyboin.
Author
- Tatsuya Abe
- '''abe12mccc.jp'''
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyboin-0.4.0.tar.gz
(3.3 kB
view details)
Built Distribution
File details
Details for the file pyboin-0.4.0.tar.gz
.
File metadata
- Download URL: pyboin-0.4.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | adf97026ebf38af0a48c21bff53be8ec7f3e63814a591097e64b454096729a6e |
|
MD5 | b548827df6add832dff1670f4390b6d2 |
|
BLAKE2b-256 | 63f12de52984bcb816a7e5bccb4a94d80cb20d45af851e3588dc88031abbabe9 |
File details
Details for the file pyboin-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: pyboin-0.4.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a28209ce3ec6d359770ee4c8e1856238fbdea267ee193aa5322667ad7340397 |
|
MD5 | b215018d14210b525e66768133b6d3b8 |
|
BLAKE2b-256 | cf6014f40de535d3e021df2a055833146faf5a25e0ffa595805de79bf3ed8d8a |