Morse Code Translator

Simple Dictionary-Based Python Translator

Image 1

Image courtesy of Wikipedia

Introduction

Wikipedia is a great resource for learning more about morse code. There is a long history in Morse code development. In this project I will only discuss the basics. If you want to learn more, click the link below.

Morse Code on Wikipedia

Code Function

This code is based on the ITU morse standard. There is no symbolic difference between long and short pulses, however the spaces in between words and characters are included.

Image 5

Example Output

Code on Replit:

Replit