Skip to content

toster3d/Morse-Code-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Morse Code Converter

Description

The Morse Code Converter program is a simple tool for transforming words into Morse code. It converts Latin letters, numbers, and some symbols into their Morse code equivalents.

How to Use?

  1. Run the program using the Python interpreter.
  2. The program will prompt you to enter a word you want to convert.
  3. Enter the word, and the program will display the Morse code for each character.
  4. Optionally, you can continue converting additional words.

Notes

  • The program accepts only Latin letters, numbers, and some symbols.
  • For spaces in the text, the Morse code is "(space)".

Example Usage

python morse_code_converter.py

Enter a word: Hello

Result: .... . .-.. .-.. ---

Do you want to convert another word? (Type yes/no): yes

...

Author

Jagoda Spychala

About

This is a Morse Code Converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages