This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Marcel Kapfer eb8504837e Updated text 2015-03-08 11:38:54 +01:00
.metadata Added Icon 2015-01-02 23:17:18 +01:00
.settings Package renamed to meet the java name conventions 2015-01-02 19:39:44 +01:00
res/de/marcel_kapfer/c/morseconverter Added Icon 2015-01-02 23:17:18 +01:00
src/de/marcel_kapfer/c/morseconverter Release info update 2015-02-17 10:49:11 +01:00
.classpath Added Icon 2015-01-02 23:17:18 +01:00
.gitignore Package renamed to meet the java name conventions 2015-01-02 19:39:44 +01:00
.project Version 1.0 2015-01-02 11:25:12 +01:00
LICENSE Initial commit 2015-01-02 11:15:47 +01:00
README.md Updated text 2015-03-08 11:38:54 +01:00

README.md

Morse Converter

A writtenMorse and normal morse code converter. A detailed description about this program can be found on http://marcel-kapfer.de/projects/morse/.

Contribute

Feel free to contribute any time. Just fork it and create a pull request.

You can always write me a mail at marcelmichaelkapfer@yahoo.co.nz or contact me on Google+ or Twitter.

You can also check out the issues and the Trello board.

Trello Board

Feature & Development Board

Packages

Linux

Debian based

I created a .deb package for Debian based systems. You can download the .deb file from the releases page or by executing the following lines (Ubuntu-based only):

sudo apt-add-repository ppa:mmk2410/morse-converter

sudo apt-get update

sudo apt-get install morse-converter

Launchpad