Google-Transliterate-API
Google-Transliterate-API copied to clipboard
Japanese Transliteration doesn't make much sense
suggestions = transliterate_word("John", lang_code="ja")
print(suggestions)
# ['女hん', '女hん', '助hん', '助hん', 'じょhん', 'ジョhン']
The results are no where near the original "John".