Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/besufekad-haz/morse-code-decode
- Owner: Besufekad-HAZ
- License: mit
- Created: 2023-05-17T10:56:17.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-05-19T13:35:27.000Z (over 1 year ago)
- Last Synced: 2024-12-15T01:29:28.841Z (30 days ago)
- Language: Ruby
- Size: 42 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Morse Code Decoder
# 📗 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]** :- 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.
Client
Ruby: The primary programming language for the project.
Server
- none
Database
- none
- Accurate decoding of Morse code.
- Simple command-line interface.
- Support for different Morse code input formats.
> [Live_Demo_Link] ----> (coming soon)
### 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.
- 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/)
- GitHub: [@Besufekad-HAZ](https://github.com/Besufekad-HAZ)
- Twitter: [@BesufekadAlemu7](https://twitter.com/BesufekadAlemu7)
- LinkedIn: [@besura](www.linkedin.com/in/besura)
- GitHub: [@codeWithHyder](https://github.com/codeWithHyder)
- Twitter: [@Hyder](https://twitter.com/@hyder3512)
- LinkedIn: [@Hyder](https://www.linkedin.com/in/ghulam-hyder-dar/)
- [ ] **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.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Besufekad-HAZ/Morse-Code-Decode/issues).
> If you like this project rate it and give it a star...
> We would like to thank the [Microverse team](https://www.microverse.org/) for allowing us to work on this Morse Code Decoder ruby project.
- **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.
This project is [MIT](./LICENSE) licensed.