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.3.0.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file pyboin-0.3.0.tar.gz
.
File metadata
- Download URL: pyboin-0.3.0.tar.gz
- Upload date:
- Size: 3.1 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 | 6ca61278f7f47f5e80c35d0707018d7892e42f1047803cbc3dbd9f72728d1470 |
|
MD5 | 982d95b1ff60502cee06ff28f4698340 |
|
BLAKE2b-256 | 5addaa334e870052dbff8b28ac748504548eba464ee947fea5742d44e761fe2c |
File details
Details for the file pyboin-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: pyboin-0.3.0-py3-none-any.whl
- Upload date:
- Size: 3.8 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 | b46d202ebcddbdd66c364e003bb20fd5ec918c026e17d31a719df44281c3c283 |
|
MD5 | c76513ab0b43e14431e9b191e1cf65f5 |
|
BLAKE2b-256 | f78ef80b734a0ded66f116b7a044357a586a4cccc84903f0f65e7ac9e8ef724b |