A simple Morse Code Translator application built with Java and Java Swing that allows users to convert text into Morse code. The application also generates sound for the corresponding Morse code.
Morse code is a method of encoding text using sequences of dots (short signals) and dashes (long signals) to represent letters, numbers, and punctuation. It allows communication through sound, light, or visual signals, often used in telegraphy and emergency situations.
- Text to Morse Code: Converts regular text into its corresponding Morse code representation.
- Interactive GUI: A user-friendly interface built with Java Swing.
- Real-time Translation: Instantly displays the translation as the user types.
- Morse Code Sound: Plays audible Morse code sounds for each symbol (dot and dash).
- Java: The core programming language for implementing logic.
- Java Swing: A lightweight GUI toolkit for building the graphical interface.
- Clone the repository:
git clone https://github.com/AritraC1/MorseCodeTranslator.git
- Open the project in your IDE.
- Build and run the project.