An open API service indexing awesome lists of open source software.

https://github.com/lily4178993/morse-message-decode

A Ruby script that automates the decryption of Morse code messages
https://github.com/lily4178993/morse-message-decode

learning-exercise morse-decode ruby

Last synced: 5 months ago
JSON representation

A Ruby script that automates the decryption of Morse code messages

Awesome Lists containing this project

README

          

# morse-message-decode

## Table of Contents

- [morse-message-decode](#morse-message-decode)
- [Table of Contents](#table-of-contents)
- [About the Project ](#about-the-project-)
- [Built With ](#built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [Getting Started ](#getting-started-)
- [Prerequisites ](#prerequisites-)
- [Setup ](#setup-)
- [Install ](#install-)
- [Usage ](#usage-)
- [Authors ](#authors-)
- [Future Features ](#future-features-)
- [Contributing ](#contributing-)
- [Show your support ](#show-your-support-)
- [Acknowledgements ](#acknowledgements-)
- [License ](#license-)

## About the Project

A Ruby script automates Morse code decryption, simplifying the process. Users input Morse code, and the script translates it into readable text, reducing errors and benefiting emergency communication and Morse code learners.

## Built With

### Tech Stack

- Ruby

### Key Features

1. **Automated Decryption:** The script speeds up Morse code message decryption.
2. **Error Reduction:** It minimizes decoding errors, ensuring accuracy.

## Getting Started

### Prerequisites

- Ruby installed

### Setup

1. Clone this repository to your local environment:

```bash
git clone https://github.com/lily4178993/morse-message-decode.git
```

2. Navigate to the project directory:

```bash
cd morse-message-decode
```
### Install

- Run `bundle install` to install required gems

### Usage

- Run the script to decode Morse code messages and uncover the secret behind them.

## Authors

This project was collaboratively developed by three individuals.

👤 **Richard Sikaonga**

- GitHub: [@richie1988](https://github.com/richie1988)
- Twitter: [@RichieSikaonga](https://twitter.com/RichieSikaonga)
- LinkedIn: [LinkedIn](https://linkedin.com/in/richard-sikaonga-039940275)

👤 **Nelly Telli**

- GitHub: [@lily4178993](https://github.com/lily4178993)
- Medium: [@nellytelli](https://medium.com/@nellytelli)
- LinkedIn: [LinkedIn](https://linkedin.com/in/nellytelli)

👤 **Raphael Miyoyo**

- GitHub: [@rmiyoyo](https://github.com/rmiyoyo)
- Twitter: [@r_miyoyo](https://twitter.com/r_miyoyo)
- LinkedIn: [LinkedIn](https://linkedin.com/in/raphael-miyoyo)

## Future Features

No planned future features at this time. The project is complete and functional, but open to community contributions and suggestions for improvements.

## Contributing

We welcome contributions to improve this project. If you'd like to contribute, please [open an issue](https://github.com/lily4178993/morse-message-decode/issues) or [create a pull request](https://github.com/lily4178993/morse-message-decode/pulls).

## Show your support

Star this repository if you find it useful!

## Acknowledgements

We would like to acknowledge the contributions and support of the open-source community in making this project possible.

## License

This project is licensed under the [MIT License](./LICENSE).

(back to top)