Skip to content

Simple Java program that converts text to braille & braille to text

License

Notifications You must be signed in to change notification settings

QuantumByteStudios/BrailleTranslator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⠃⠗⠁⠊⠇⠇⠑⠞⠗⠁⠝⠎⠇⠁⠞⠕⠗

Simple Java program that converts text to braille & braille to text

Execute in linux terminal

./run.sh

Methods List

Return Type Method Parameters Description
String stringToBraille() String text Converts Normal Text abc To Braille Text ⠁⠃⠉
String brailleToString() String braille_text Converts Braille Text ⠁⠃⠉ To Normal Text abc
int translateToBraille() String Source Converts Normal Text abc To Braille Text ⠁⠃⠉ From a File
int translateToBraille() String Source, String Destination Converts Normal Text abc To Braille Text ⠁⠃⠉ From a File
int translateToText() String Source Converts Braille Text ⠁⠃⠉ To Normal Text abc From a File
int translateToText() String Source, String Destination Converts Braille Text ⠁⠃⠉ To Normal Text abc From a File
void BrailleAlphabets() void Prints all the Braille & English Alphabets

About

Simple Java program that converts text to braille & braille to text

Topics

Resources

License

Stars

Watchers

Forks