Skip to content

The International Morse Code Translator πŸ”„ fulfills a dual role by translating text into Morse code and translating Morse code back into text. Additionally, it provides sound playback functionality β™« and the ability to save Morse code to the clipboard πŸ“‹.

Notifications You must be signed in to change notification settings

grandeurkoe/international-morse-code-translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

International Morse Code Translator

Morse code is a method used in telecommunication to encode text character as standardized sequences of two different signal durations, called dots and dashes

Text Input restrictions:

  1. Letters: 26 basic Latin letter A to Z.
  2. Numbers: 0 to 9.
  3. Punctuation Marks: . , ? ' ! / ( ) & : ; = + - _ " $ @

Morse Code Input restrictions:

  1. Character Set: Only dots(.) and dashes(-).
  2. Spacing: Separate characters by a space and words by three spaces.

Features included:

  1. Convert text to morse code.
  2. Convert morse code to text.
  3. Play morse code.
  4. Save morse code in clipboard.

Text to Morse Code Converter

Getting Started

Prerequisites

For Windows:

Download and Install the latest version of Python.

Download and Install the latest version of PyCharm Community Edition.

For Linux:

Linux comes preinstalled with Python.

To install the latest version of PyCharm Community Edition, run the following command:

sudo snap install pycharm-community --classic

Installing

You can install all the required packages listed in the requirements.txt file for the project at the same time:Β 

On Windows type:

python -m pip install -r requirements.txt

On MacOS type:

pip3 install -r requirements.txt

Built Using

Python Pycharm Replit git Github

Authors

Initial work - grandeurkoe

About

The International Morse Code Translator πŸ”„ fulfills a dual role by translating text into Morse code and translating Morse code back into text. Additionally, it provides sound playback functionality β™« and the ability to save Morse code to the clipboard πŸ“‹.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages