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

kspes/BrailleCodec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Fork Note

This is a modifed version of the original script taken from: https://github.com/its-sarin/BrailleCodec. The change is that it's adjusted to work with Croatian Braille instead of English.

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%