Skip to content

KotRikD/romajitable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RomajiTable

RomajiTable - This is a util to convert english or maybe translited word to kana (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
# ムユ・ナメ・イス・ミクハイル

About

Convert english/translit words to katakana

Resources

License

Stars

13 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages