Romaja is a Python package that converts Korean Hangul into the Latin alphabet using the Revised Romanization of Korean, providing accurate and consistent transliteration for language learning, text processing, and international communication.
Dependencies:
- Python 3.11, 3.12, 3.13, 3.14
Installation:
$ pip install romaja
>>> from romaja import romaja
>>> romaja("좋아 첫 눈에 반해 버린")
"joha cheot nune banhae beorin"