Skip to content

Translates Braille text given in numerical format (123, 1346 etc.) to actual Braille text

Notifications You must be signed in to change notification settings

SirLentas/6dots2Braille

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

6dots2Braille

I just wanted to create a program that could translate braille text given in numerical format, like 123, 1346 etc., to a text of actual Braille characters.

How to use

Use the follow command to create executable translate.

gcc -o translate translator.c -lm

And run it without arguments.

After execution give your text characters seperated with a dash (-). Use line to insert a line break and 0 for the empty Braille character.

Example

6dots numerical:

123-1246-0-1346-line-23-1346

Braille:

⠇⠫⠀⠭
⠆⠭

About

Translates Braille text given in numerical format (123, 1346 etc.) to actual Braille text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages