
The Morse Code Translator is a simple application that allows users to convert text to Morse code and vice versa. Users can enter text in the input text box and click the corresponding button to translate it to Morse code or regular text. The application uses a dictionary mapping to perform the translation.
- Enter the text you want to translate in the input text box.
- Click the "Translate to Morse Code" button to convert the text to Morse code.
- The Morse code will be displayed in the output text box.
- To translate Morse code back to text, enter the Morse code separated by spaces in the input text box.
- Click the "Translate to Text" button to convert the Morse code to regular text.
- The translated text will be displayed in the output text box.