Skip to content

SeunMatt/morsecodetranslator

Repository files navigation

Morse Code Translator

A simple Java GUI Desktop App that can translate English text to Morse code and vice-versa.

How to run the application

  1. Download java runtime environment (jre) version 8 here if you don't have it already
  2. Double click on the executable jar file that can be found in target/morsecodetranslator-1.0-SNAPSHOT.jar

Usage Instruction

English to Morse Code

Type English text in the text area provided. When you press the space bar

the text will automatically be converted into Morse code and displayed on 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.

'/' denote a space between words.

Tutorial

The complete tutorial about how to design the simple app can be found in This medium post

I discussed the basic details of creating a GUI Desktop Application with Java.

Author

Seun Matt

Contributions

Contributions are welcome, fork the repo, make your changes, create a Pull Request and it will be attended to

Show some love by giving the project a star and tweet about it

License

MIT License

About

This is a desktop application that translates English text to Morse code and vice-versa

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages