Convert japanese kana from ba-bi-bu-be-bo into va-vi-vu-ve-vo
Project description
wiredify
Convert japanese kana from ba-bi-bu-be-bo into va-vi-vu-ve-vo.
Install
pip install wiredify
CLI
Usage
$ wiredify <<< 'ジェネレーティブ・エーアイ'
ジェネレーティヴ・エーアイ
$ wiredify 'ジェネレーティブ・エーアイ'
ジェネレーティヴ・エーアイ
$ echo 'ジェネレーティブ・エーアイ' | wiredify
ジェネレーティヴ・エーアイ
$ wiredify
>>> ジェネレーティブ・エーアイ
ジェネレーティヴ・エーアイ
>>> ...[Press ctrl+d to exit]
$
Help
$ wiredify -h
usage: wiredify [-h] [--invert] [-V] [text]
Convert japanese kana from ba-bi-bu-be-bo into va-vi-vu-ve-vo.
positional arguments:
text target text (default: None)
optional arguments:
-h, --help show this help message and exit
--invert enable dewiredify mode (default: False)
-V, --version show program's version number and exit
examples:
$ wiredify <<< 'ジェネレーティブ・エーアイ'
ジェネレーティヴ・エーアイ
$ wiredify 'ジェネレーティブ・エーアイ'
ジェネレーティヴ・エーアイ
$ echo 'ジェネレーティブ・エーアイ' | wiredify
ジェネレーティヴ・エーアイ
$ wiredify
>>> ジェネレーティブ・エーアイ
ジェネレーティヴ・エーアイ
>>> ...[Press ctrl+d to exit]
$
Library
Overview
from wiredify import wiredify
wiredfied_text = wiredify("ジェネレーティヴ・エーアイ")
#=> "ジェネレーティブ・エーアイ"
Other implementations
- Go: eniehask/wiredify
- Rust: oageo/wiredify
License
MIT
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
wiredify-0.1.0.tar.gz
(4.0 kB
view details)
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 wiredify-0.1.0.tar.gz.
File metadata
- Download URL: wiredify-0.1.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.1 Linux/6.5.0-1025-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db463359540c7b400e4fabe6640c366bbd23ff0f5a26306a56c0f3913abeedc1
|
|
| MD5 |
a53560c03abafed1d914e0afdf412065
|
|
| BLAKE2b-256 |
89eefde0408b0839afb7cbf75cfb6ecfe9326d6986539e2a80f310ea60668c7e
|
File details
Details for the file wiredify-0.1.0-py3-none-any.whl.
File metadata
- Download URL: wiredify-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.1 Linux/6.5.0-1025-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e08ea3d395f56fa3c1a913e8b1b3e78f2cdc0c0f9a43e671be23573ba9d620de
|
|
| MD5 |
ce6a2c661cd7bcc71fc6bdc01857b4e3
|
|
| BLAKE2b-256 |
cc446d721ec5cf8840951727eedb611975778c2cb92410062dc3dba1077a6bb5
|