Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/besufekad-haz/morse-code-decode

Morse Code is a project that enables users to decode Morse code messages into readable text. The tool is built using the Ruby programming language and takes Morse code input in the form of dots, dashes, and spaces. The program then converts the input into the corresponding ASCII characters and outputs the decoded message.
https://github.com/besufekad-haz/morse-code-decode

Last synced: 16 days ago
JSON representation

Morse Code is a project that enables users to decode Morse code messages into readable text. The tool is built using the Ruby programming language and takes Morse code input in the form of dots, dashes, and spaces. The program then converts the input into the corresponding ASCII characters and outputs the decoded message.

Awesome Lists containing this project

README

        


Morse Code Decoder

Schema Diagram


# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 [Morse_Code_Decoder]

> ## **[Morse_Code_Decoder]** :- is a project that enables users to decode Morse code messages into readable text. The tool is built using the Ruby programming language and takes Morse code input in the form of dots, dashes, and spaces. The program then converts the input into the corresponding ASCII characters and outputs the decoded message.

## 🛠 Built With

### Tech Stack

Client


  • Ruby: The primary programming language for the project.


Server


  • none

Database


  • none

## Key Features

- Accurate decoding of Morse code.
- Simple command-line interface.
- Support for different Morse code input formats.

(back to top)

## 🚀 Live Demo

> [Live_Demo_Link] ----> (coming soon)

(back to top)

## 💻 Getting Started

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

### Prerequisites

In order to run this project you need:

- A Computer (MAC or PC)
- Code editor (VSCode,Atom etc...)
- A browser (Chrome,Mozilla,Safari etc...)
- Version Control System (Git and Github)
- Ruby installed: To run a Ruby project, users must have Ruby installed on their system. You can include the minimum required version of Ruby needed to run the project.

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:Besufekad-HAZ/Morse-Code-Decode.git (SSH)
```

## Install

Install this project with:

- Install RubyInstaller [Win](https://rubyinstaller.org/)
- Install Ruby for [macOS](https://www.ruby-lang.org/en/documentation/installation/#homebrew)
- Install Ruby for [Linux](https://www.makeuseof.com/install-ruby-on-linux/)

## Usage

To run a Ruby file in the command line, follow these steps:

Open a command prompt or terminal window on your computer.

Navigate to the directory where the Ruby file is stored using the cd command.

Type the following command to run the Ruby file:

```sh
ruby filename.rb
```

### - where filename.rb is the name of the Ruby file you want to run.

## 👥 Authors

## 👤 Abdus Sattar

- GitHub: [AbdusSattar-70](https://github.com/AbdusSattar-70)
- Twitter: [Abdus Sattar](https://twitter.com/Abdus_Sattar70)
- LinkedIn: [Abdus Sattar](https://www.linkedin.com/in/abdus-sattar70/)

## 👤 Besufekad Alemu

- GitHub: [@Besufekad-HAZ](https://github.com/Besufekad-HAZ)
- Twitter: [@BesufekadAlemu7](https://twitter.com/BesufekadAlemu7)
- LinkedIn: [@besura](www.linkedin.com/in/besura)

## 👤 Ghulam Hyder Dar

- GitHub: [@codeWithHyder](https://github.com/codeWithHyder)
- Twitter: [@Hyder](https://twitter.com/@hyder3512)
- LinkedIn: [@Hyder](https://www.linkedin.com/in/ghulam-hyder-dar/)

(back to top)

## 🔭 Future Features

- [ ] **Graphical user interface** :- The program could be improved by adding a graphical user interface (GUI) to make it more user-friendly and accessible to non-technical users.
- [ ] **Morse Code encoder** :- The program could be extended to include a Morse code encoder that allows users to input text and convert it into Morse code.

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Besufekad-HAZ/Morse-Code-Decode/issues).

(back to top)

## ⭐️ Show your support

> If you like this project rate it and give it a star...

(back to top)

## 🙏 Acknowledgments

> We would like to thank the [Microverse team](https://www.microverse.org/) for allowing us to work on this Morse Code Decoder ruby project.

(back to top)

## ❓ FAQ

- **How do I install and run the project?**

- To install and run the project, you will need to have Ruby installed on your computer. Once you have Ruby installed, you can download the project files and run the program from the command line using the following command:


`ruby morse_decoder.rb`

- **What technologies and libraries are used in the project?**

- The project is written in Ruby and does not require any external libraries or dependencies.

- **How can I contribute to the project?**

- Contributions to the project are welcome! Please feel free to submit bug reports, feature requests, or pull requests on the project's GitHub repository.

(back to top)

## 📝 License

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

(back to top)