Skip to content

Simple Morse code translator that translates from text to morse and from morse to text.

Notifications You must be signed in to change notification settings

s70f/Morse-Code-Translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Morse Code Translator (Project #1 - Moorse)

This Morse Code translator is made with Python. It can translate from text to Morse or from Morse to text.

Inspiration

A friend told me to practice my use of dictionaries and cleaning data so I decided to make a simple translator to utilize these concepts in real-world software.

Usage

import Moorse

# prints 'text'
print(Moorse.translate('Morse Code'))

# prints 'morse code'
print(Moorse.translate('Text'))

Keep in Mind

The _ and simple is used for dashes and the . and is used for dots.

Accented letters are not supported ex. À, È, Ö.

About

Simple Morse code translator that translates from text to morse and from morse to text.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages