Skip to content

Translate text between English and Morse code directly in the console using this simple Python script.

Notifications You must be signed in to change notification settings

shashankatthaluri/morse-code-translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Morse Code Translator 📡

This is a simple Python script that allows users to translate text between English and Morse code in the console. The script utilizes the colorama library for colorful console output.

Features 🚀

  • Translate English text to Morse code.
  • Translate Morse code to English.
  • Colorful console output using colorama.

Getting Started 🏁

Prerequisites

Make sure you have Python installed on your system. Additionally, install the colorama library using the following command:

pip install colorama

Running the Script 🏃

Clone the repository:

git clone https://github.com/yourusername/morse-code-translator.git

Navigate to the project directory:

cd morse-code-translator

Run the script:

python morse_code_translator.py

Usage 📘

Choose the translation option:

  • Translate English to Morse Code (Option 1).
  • Translate Morse Code to English (Option 2).
  • Exit (Option 3).

Follow the on-screen prompts to enter text or Morse code.

Enjoy the translated results with colorful output.

Contributing 🤝

Feel free to contribute to this project by opening issues or pull requests.

About

Translate text between English and Morse code directly in the console using this simple Python script.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages