https://github.com/aritrac1/morsecodetranslator
A Java Swing-based Morse Code Translator that converts text to Morse code and generates corresponding sounds.
https://github.com/aritrac1/morsecodetranslator
java java-swing java-swing-applications java-swing-gui morse-code morse-code-audio morse-code-converter morse-code-translator
Last synced: 3 months ago
JSON representation
A Java Swing-based Morse Code Translator that converts text to Morse code and generates corresponding sounds.
- Host: GitHub
- URL: https://github.com/aritrac1/morsecodetranslator
- Owner: AritraC1
- Created: 2025-02-09T12:27:08.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-02-09T12:36:01.000Z (3 months ago)
- Last Synced: 2025-02-09T13:27:53.205Z (3 months ago)
- Topics: java, java-swing, java-swing-applications, java-swing-gui, morse-code, morse-code-audio, morse-code-converter, morse-code-translator
- Language: Java
- Homepage:
- Size: 716 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Morse Code Translator
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.
## What is 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.## Features
1. Text to Morse Code: Converts regular text into its corresponding Morse code representation.
2. Interactive GUI: A user-friendly interface built with Java Swing.
3. Real-time Translation: Instantly displays the translation as the user types.
4. Morse Code Sound: Plays audible Morse code sounds for each symbol (dot and dash).## Technologies
- Java: The core programming language for implementing logic.
- Java Swing: A lightweight GUI toolkit for building the graphical interface.## Installation
1. Clone the repository:
```bash
git clone https://github.com/AritraC1/MorseCodeTranslator.git
```
2. Open the project in your IDE.
3. Build and run the project.## Demo
