Skip to content

Instantly share code, notes, and snippets.

@madranet
Created December 18, 2016 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madranet/483436b39ca725793f9a2cb0ef52bf1f to your computer and use it in GitHub Desktop.
Save madranet/483436b39ca725793f9a2cb0ef52bf1f to your computer and use it in GitHub Desktop.
#braille alphabet
braille = {
'A':'100000',
'B':'101000',
'C':'110000',
'D':'110100',
'E':'100100',
'F':'111000',
'G':'111100',
'H':'101100',
'I':'011000',
'J':'011100',
'K':'100010',
'L':'101010',
'M':'110010',
'N':'110110',
'O':'100110',
'P':'111010',
'Q':'111110',
'R':'101110',
'S':'011010',
'T':'011110',
'U':'100011',
'V':'101011',
'W':'011101',
'X':'110011',
'Y':'110111',
'Z':'100111'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment