https://github.com/parambirs/morse-code-translator
A Kotlin Swing GUI desktop app that can translate English text to Morse and vice-versa.
https://github.com/parambirs/morse-code-translator
gui-desktop java-swing kotlin morse-code morse-code-translator morse-translator morsecode morsecode-translator swing swing-gui
Last synced: about 1 year ago
JSON representation
A Kotlin Swing GUI desktop app that can translate English text to Morse and vice-versa.
- Host: GitHub
- URL: https://github.com/parambirs/morse-code-translator
- Owner: parambirs
- License: mit
- Created: 2023-05-29T17:22:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T16:54:47.000Z (about 2 years ago)
- Last Synced: 2025-02-16T13:47:10.469Z (over 1 year ago)
- Topics: gui-desktop, java-swing, kotlin, morse-code, morse-code-translator, morse-translator, morsecode, morsecode-translator, swing, swing-gui
- Language: Kotlin
- Homepage:
- Size: 244 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Morse Code Translator
=====================
A Kotlin Swing GUI desktop app that can translate English text to
Morse and vice-versa.

How to run the application
==========================
```shell
./gradlew run
```
Usage
=====
English to Morse Code
---------------------
Type English text in the text area provided. When you press
space bar, the text will automatically be converted into
Morse code and displayed in the text area to the right. Each
English character is separated by white space in morse code
and space between English words is translated as '/' in the
generated morse code.
Morse Code to English
---------------------
You can clear the existing morse code in the text area with
a button at the bottom of the app.
Type the morse code in the text area to the right. Separate morse code for each letter by a space. '/' denotes
a space between words.
-------
Inspiration: https://github.com/SeunMatt/morsecodetranslator