Skip to content

silven-mohan/Morse_Code-Encoder_Decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Morse Code Encoder/Decoder

This is a simple Python-based Morse Code Encoder/Decoder tool. It allows users to convert text into Morse code and (soon) decode Morse code back into readable text. The project is ideal for beginners learning about string manipulation, dictionaries, and basic user input in Python.


πŸš€ Features

  • βœ… Encode text to Morse code
  • βš™οΈ In-progress: Decode Morse code to text (with AI/ML-based intelligent decoding planned)
  • Handles uppercase and lowercase letters, numbers, punctuation, and special characters

πŸ“¦ How It Works

Encoding Mode

  • User inputs readable text.
  • The program converts each character into its Morse equivalent using a predefined dictionary.
  • If a character is not recognized, a ? is appended in the Morse output.

Decoding Mode (Still in Development)

  • Will support decoding Morse code (even without spaces or slashes) using dictionary matching and possibly AI/ML to resolve ambiguous sequences or decode names.
  • Intelligent decoding using language models and English dictionaries is planned.

Author: Silven Mohan


About

in_progress

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages