/Morse-Code-Reader

Java based GUI for converting Morse-Code Images into English Strings and Voice

Primary LanguageHTML

Morse-Code-Reader

Java project for  converting Morse Code from Images into english words with their audio output.

API Used: freetts-1.2.2-bin
Text Editor: Netbeans

What is Morse Code ?

Read This :https://en.wikipedia.org/wiki/Morse_code

Installation

Step 1:cd/Location

Step 2:Git clone "url" to location

Step 3:go to the dist folder

Step 4:To run the project from the command line

type=>java -jar "MorseCodenew.jar"

Getting Started

This project is written in JAVA using NetBeans IDE In these project user can log in or can create new account and get into conversion of text and images

The project consists of two parts

1.GUI designing

You will get different JForms used here for designing GUI

All the files ending with .form are just GUI files 

2. Core Logic of Program:

Files ending with .java file are files which consist core logic. 

EnglishToMorse.java and MorseToEnglish.java are files that convert normal English text to Morse Code and
vice-versa chk.java is a file which will convert an image into Black and White image and determine if
there are any dashes or dots in the image and count them(Because Morse contains only dashes and dots).

Morse-Code-Reader

Java based GUI for converting Morse-Code Images into English Strings and Voice

Image

EnglishToMorse.java and MorseToEnglish.java are files that convert normal English text to Morse Code and vice-versa

chk.java is a file which will convert an image into Black and White image and determine if there are any dashes or dots in the image and count them(Because Morse contains only dashes and dots).

So basically flow of the project is explained in following image:

Flow Image

This is conversion window designed using Jforms

I1

Co-authors

Sangram Desai - sangramdesai123