This is a morse code decoder that uses ruby to convert morse coded into readable text
To start using this software you need to have Ruby installed in your machine
in terminal:
ruby morse_code.rb
You will get Enter a message to decode!
anter morse code in the terminal and hit Enter
Exemple:
─$ ruby morse_code.rb
Enter a message to decode!
.- -... --- -..- ..-. ..- .-.. .-.. --- ..-. .-. ..- -... .. . ... # input
A BOX FULL OF RUBIES # output
👤 Ismail courr
- GitHub: @ismailco
- Twitter: @ismailcourr
- LinkedIn: ismailcourr
👤 Nicholas Mutale
- GitHub: @mutalenic
- Twitter: @nicomutale
- LinkedIn: @nicomutale
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.