项目作者: MrrRaph

项目描述 :
Encode&Decode Morse Code
高级语言: C
项目地址: git://github.com/MrrRaph/Encode-Decode-Morse-Code.git
创建时间: 2018-12-23T12:01:35Z
项目社区:https://github.com/MrrRaph/Encode-Decode-Morse-Code

开源协议:Other

下载


Encode&Decode Morse Code /w SDL2 Graphics


Authors: Raphael Dray, Alexandre de Sevin.


This program encode & decode morse code.
It can be open in terminal or in a window using SDL2.

It’s written in C language and SDL2 library.
It’s for an engineering school project C using Binary Search Tree.


Notice that the help list is written in french /!\

Usage:

In order to use this program you can specify as argument :

  • —help print the help list
  • -d [morse] Decode the morse code
  • -e [text] Encode the text in morse code
  • -g Launch the program with SDL2
  • -a Print the morse table
  • -f [filename] -d/-e Decode or Encode a file

Main View:

Main View


READ THE LICENSE