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
- Host: GitHub
- URL: https://github.com/lily4178993/morse-message-decode
- Owner: lily4178993
- License: mit
- Created: 2023-11-09T08:03:54.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-05-16T21:50:11.000Z (about 2 years ago)
- Last Synced: 2024-10-19T01:15:12.988Z (over 1 year ago)
- Topics: learning-exercise, morse-decode, ruby
- Language: Ruby
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-)
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.
- Ruby
1. **Automated Decryption:** The script speeds up Morse code message decryption.
2. **Error Reduction:** It minimizes decoding errors, ensuring accuracy.
- Ruby installed
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
- Run the script to decode Morse code messages and uncover the secret behind them.
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)
No planned future features at this time. The project is complete and functional, but open to community contributions and suggestions for improvements.
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).
Star this repository if you find it useful!
We would like to acknowledge the contributions and support of the open-source community in making this project possible.
This project is licensed under the [MIT License](./LICENSE).