- Multilingual Support: Translator covers 40+ languages, even with unique Braille contractions.
- Text Editing Functions: Access standard text tools: cut, copy, paste, undo, redo, and a quick search for easy word changes.
- Document Handling: Create or open documents, and when done, save it.
- Customise the interface for your comforts: You can increase your reading comforts by adjusting font size and choosing text and background colors for your comfort.
- Select and translate: A particular portion of a file can be selected and translated.
- Line limit: Adjust Braille line length to your needs effortlessly.
Before running the Braille-Translator-GUI, make sure you have the following prerequisites installed:
- Python-3
- Liblouis
- GTK+ 3
-
Clone this repository to your local machine:
git clone https://github.com/zendalona/braille-translator-gui
-
Navigate to the project directory:
cd braille-translator-gui
-
To install:
sudo python3 setup.py install --install-data=/usr
-
Upon opening the application, you'll see two text areas: one for input and one for the translated Braille.
-
Choose the target language from the language combo-box.
-
Set the desired line length for Braille output to fit your preferences.
-
Type or paste the text you want to translate into the input area.
-
Click 'Translate,' and your text will be transformed into Braille in the second text box.
- You can customize the font style, color, and background to enhance readability and make your experience more comfortable.
- Use the spin button at the bottom of the Braille editor to set the desired number of lines for your Braille output.
- Programing language: Python-3
- GUI FrameWork:GTK