shashankatthaluri / morse-code-translator

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%