Skip to content

Tech-noneX/morse-code-encoder-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Morse Decoder

A small Python practice project that converts plain text into Morse code.

The current script reads text from the terminal, converts letters A-Z into Morse symbols, converts spaces into /, and prints the encoded message.

Project Files

  • morse_decoder.py - main text-to-Morse script
  • morse_test.py - empty placeholder test file

How To Run

From the project folder:

python morse_decoder.py

Example input:

hello world

Example output:

.... . .-.. .-.. --- / .-- --- .-. .-.. -.. /(hello world)

Notes

  • The script currently supports letters and spaces.
  • Numbers, punctuation, and Morse-to-text decoding are not implemented yet.

About

A beginner Python command-line tool that converts text into Morse code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages