项目作者: TrollSkull

项目描述 :
A morse code translator.
高级语言: Python
项目地址: git://github.com/TrollSkull/MorseTranslator.git
创建时间: 2020-09-25T18:30:02Z
项目社区:https://github.com/TrollSkull/MorseTranslator

开源协议:MIT License

下载


MorseTranslator

Version
Bash
License

MorseTranslator is a tool to translate morse code to normal text, and you now can write normal text to morse, written by TrollSkull.

INSTALLATION

You can download MorseTranslator on any platform by cloning the official Git repository:

  1. $ apt install -y git python
  2. $ git clone https://github.com/TrollSkull/MorseTranslator
  3. $ cd MorseTranslator
  4. $ python translator.py or python translator.py -t [your text here]

USAGE

To get a list of all options use the --help command.

  1. Usage: python translator.py [your text here] or [-t --text]
  2. -t, --text Translate text
  3. Report bugs to (t.me/TrollSkull)

LICENCE

MIT License © MorseTranslator