Skip to main content

Hangul to 6-Dot Braille converter

Project description

Hangul to Braille Converter
----
python project for the blind
* Hangul
* English
* Number
* Some special symbols
----

USAGE:
```Python
import hbcvt
hbcvt.h2b.text("꽃이 피었어!")
```
RESULT:<br>
* The first 3 numbers are the left side of 6-dot braille numbers, and other 3 numbers are the right side.

```python
[
['꽃', [
['ㄲ', [
[0, 0, 0, 0, 0, 1],
[0, 0, 0, 1, 0, 0]
]],
['ㅗ', [
[1, 0, 1, 0, 0, 1]
]],
['ㅊ', [
[0, 1, 1, 0, 0, 0]
]]
]],
['이', [
['ㅇ', [
[1, 1, 0, 1, 1, 0]
]],
['ㅣ', [
[1, 0, 1, 0, 1, 0]
]]
]],
[' ', [
[' ', [
[0, 0, 0, 0, 0, 0]
]]
]],
['피', [
['ㅍ', [
[1, 0, 0, 1, 1, 0]
]],
['ㅣ', [
[1, 0, 1, 0, 1, 0]
]]
]],
['었', [
['ㅇ', [
[1, 1, 0, 1, 1, 0]
]],
['ㅓ', [
[0, 1, 1, 1, 0, 0]
]],
['ㅆ', [
[0, 0, 1, 1, 0, 0]
]]
]],
['어', [
['ㅇ', [
[1, 1, 0, 1, 1, 0]
]],
['ㅓ', [
[0, 1, 1, 1, 0, 0]
]]
]],
['!', [
['!', [
[0, 1, 1, 0, 1, 0]
]]
]]
]
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hbcvt-1.0.0.tar.gz (4.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page