Skip to content

Simple morse-to-text and text-to-morse converter, written in Go

Notifications You must be signed in to change notification settings

ketanbhatt/go-morse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-morse

Simple morse-to-text and text-to-morse converter.

Usage:

  • go build morseChat.go (Not needed if you are on mac. Use the binary file already present)
  • ./morseChat <code/text> where <code/text> can contain morse code as well as text. Input will be converted to the other format.

Note:

I built it as a small fun project to chat with my brother, so it made sense for me to also copy the converted Morse Code to clipboard for ease of use. This might not suit everybody :)

Additional Packages Used:

About

Simple morse-to-text and text-to-morse converter, written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages