A morse code translator.
MorseTranslator is a tool to translate morse code to normal text, and you now can write normal text to morse, written by TrollSkull.
You can download MorseTranslator on any platform by cloning the official Git repository:
$ apt install -y git python
$ git clone https://github.com/TrollSkull/MorseTranslator
$ cd MorseTranslator
$ python translator.py or python translator.py -t [your text here]
To get a list of all options use the --help
command.
Usage: python translator.py [your text here] or [-t --text]
-t, --text Translate text
Report bugs to (t.me/TrollSkull)