Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.16 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.16 KB

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.