MorseCodeConverter allows users to convert text into Morse code, providing an interactive way to explore and work with Morse code translations.
Features
- Graphical User Interface (GUI): The application uses the Tkinter module to create a graphical window that provides a user-friendly interface.
- Text Entry Field: The application includes an entry field where users can enter the text they want to convert to Morse code.
- Output Text Field: The application has a text field where the converted Morse code will be displayed. It has a height of 10 lines and a width of 40 characters.
- Displaying Converted Morse Code: The converted Morse code is displayed in the output text field after the conversion process.
- User Interaction: The application allows users to input text, trigger the conversion process by clicking the "Convert" button, and view the resulting Morse code in the output text field.


