Skip to main content

A converted one small script from JS

Project description

RomajiTable

RomajiTable - This is a util to convert english or maybe translited word to kata (Hiragana, Katakana) Lib for Python 3+

Installing

pip install romajitable

Update

pip install --upgrade romajitable

Example

import romajitable

word = "My name is Mikhail"
result = romajitable.to_kana(word)

hiraganed = result.hiragana
# むゆ・なめ・いす・みくはいる

katakaned = result.katakana
# ムユ・ナメ・イス・ミクハイル

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

romajitable-0.0.1.tar.gz (14.6 kB view hashes)

Uploaded Source

Built Distributions

romajitable-0.0.1-py3.6.egg (36.4 kB view hashes)

Uploaded Source

romajitable-0.0.1-py3-none-any.whl (13.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page