Skip to content

ilaur/MorseCodeConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Morse Code Converter

Make a script that coverts a given input String into Morse Code. Morse Code from a String input is a text encoding. A Morse Code is a binary sequence made up of dots and dashes. The application covers the International Morse Code.

Requirements

  • The user input will have a maximum defined length of the message.
  • The input will be sanitized to contain only letters A-Z, a-z and numbers 0-9 (is alphanumeric).
  • The application should close when the special command /exit is received.
  • The output should appear as a squence of . and -.

Run the script

cd ./src
python main.py

About

Simple project that encodes text messages into the international Morse Code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages