christianonoh / morse-decoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Morse Code Translator

πŸ“— Table of Contents

πŸ”‘ Morse Decoder

Morse Code Translator is a Ruby-based program that allows you to translate Morse code messages into English text. It provides a simple and efficient way to decode Morse code messages using a predefined Morse code dictionary.

πŸ›  Built With

Tech Stack

Client
Server
Database

Key Features

  • Translate Morse code to English text
  • Supports decoding of individual characters and complete words
  • Handles spaces between words in Morse code messages

(back to top)

πŸš€ Live Demo

  • Not available yet.

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

Ensure you have Ruby installed on your system. You can check by running the code below in your terminal.

  ruby --version

Setup

  • Clone or download the Morse Code Translator repository to your local machine.
  • Open your terminal and navigate to the project directory.

Usage

  • Run the decoder.rb script using the Ruby interpreter:
  ruby decoder.rb
  • Enter a Morse code message when prompted.
  • The program will output the corresponding English translation of the Morse code message.

(back to top)

πŸ‘₯ Authors

πŸ‘€ Christian Onoh

πŸ‘€ Tebe Tisloh

(back to top)

πŸ”­ Future Features

  • Encoding
  • Web Interface

(back to top)

🀝 Contributing

Contributions to the Morse Code Translator are welcome! If you find any issues or have suggestions for improvements, please feel free to submit a pull request or open an issue on the project repository.

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project...

(back to top)

πŸ™ Acknowledgments

Special thanks to my coding partner and the Ruby community for their support and contributions.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:Ruby 100.0%