Skip to content

점자를 한국어로 번역하는 파이썬 라이브러리

License

Notifications You must be signed in to change notification settings

Bridge-NOONGIL/BrailleToKor_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 결과

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