A small python script to encode plain text to Braille or decode Braille to plain text
To encode a plain text string:
$ python braille_codec.py -e myname
$ ⠍⠽⠝⠁⠍⠑
To decode a Braille string:
$ python braille_codec.py -d ⠍⠽⠝⠁⠍⠑
$ myname
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.