Metadata-Version: 2.4
Name: romaja
Version: 1.0.0
Summary: Revised Romanization of Korean
Home-page: https://github.com/joumaico/romaja
Author: Joumaico Maulas
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python
Dynamic: summary

# Revised Romanization of Korean

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.

## Installation

```
Dependencies:

- Python 3.11, 3.12, 3.13, 3.14

Installation:

$ pip install romaja
```

## Usage

```python
>>> from romaja import romaja

>>> romaja("좋아 첫 눈에 반해 버린")
"joha cheot nune banhae beorin"
```

## References

- https://en.wikipedia.org/w/index.php?title=Revised_Romanization_of_Korean&oldid=1064463473
