Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 560 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 560 Bytes

BrailleToKor_Python

점자 문자열을 한국어로 번역할 수 있는 BrailleToKor 파이썬 패키지입니다.

BrailleToKor Python package that translates braille string to Korean.

Quick Start

$ pip install BrailleToKorean

Usage Example

from BrailleToKorean.BrailleToKor import BrailleToKor

b = BrailleToKor()
print(b.translation("⠣⠒⠉⠻⠚⠠⠝⠬⠲⠀⠨⠎⠢⠨⠀⠘⠾⠱⠁⠀⠙⠗⠋⠕⠨⠕⠕⠃⠉⠕⠊⠲"))

print 결과

안녕하세요. 점자 번역 패키지입니다.