Skip to content

A small python script to encode plain text to Braille or decode Braille to plain text

Notifications You must be signed in to change notification settings

its-sarin/BrailleCodec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

BrailleCodec

A small python script to encode plain text to Braille or decode Braille to plain text

Usage

To encode a plain text string:

$ python braille_codec.py -e myname
$ ⠍⠽⠝⠁⠍⠑

To decode a Braille string:

$ python braille_codec.py -d ⠍⠽⠝⠁⠍⠑
$ myname

What is the point of this?

Honestly Braille characters just look cool and have a sort of "cyberpunk" style to them when displayed on a screen. This otherwise serves no real world purpose for the blind.

About

A small python script to encode plain text to Braille or decode Braille to plain text

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages