BrailleASCII Converter
This Java application converts text between ASCII, Braille bit patterns, and Unicode Braille characters. It supports three conversion modes: braille, ascii, and unicode. For more information and usage examples, please visit this link https://github.com/nickabooch/mp9-braille.
To use the application, run the following command in your terminal:
python Copy code java -cp bin BrailleASCII [braille|ascii|unicode] Replace [braille|ascii|unicode] with your desired conversion type and with the input text to convert.
Special thanks to SAMR for being the kindest CS Prof.
Guided by: https://accessibilityeducation.github.io/braillebinarytree.html https://rebelsky.cs.grinnell.edu/Courses/CSC207/2024Sp/mps/mp09.html