Metadata-Version: 2.1
Name: KorToBraille
Version: 1.0.1
Summary: Korean to Braille translation python package
Project-URL: Homepage, https://github.com/Bridge-NOONGIL/KorToBraille_Python
Author-email: Yujin Yang <uujinn0804@gmail.com>, Nayeon Kim <nyn2265@gmail.com>
License-File: LICENSE.txt
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# KorToBraille_Python

한글을 점자로 번역할 수 있는 KorToBraille 파이썬 패키지입니다.

KorToBraille Python package that translates Korean to braille string.

## Quick Start

```shell
$ pip install KorToBraille
```

## Usage Example

```python
from KorToBraille.KorToBraille import KorToBraille

b = KorToBraille()
print(b.korTranslate("안녕하세요. 점자 번역 패키지입니다."))
```

### print 결과

```python
⠣⠒⠉⠻⠚⠠⠝⠬⠲⠀⠨⠎⠢⠨⠀⠘⠾⠱⠁⠀⠙⠗⠋⠕⠨⠕⠕⠃⠉⠕⠊⠲⠀
```
