winget install --id=hmatuschek.kochmorse -e
A simple morse tutor using the Koch method.
KochMorse is a software application designed to teach and improve Morse code proficiency using the Koch method. It provides an effective platform for learners to practice and master Morse code through structured exercises and simulations.
Key Features:
Audience & Benefit: Ideal for amateur radio enthusiasts and students aiming to master Morse code with practical, real-world application. KochMorse helps users develop essential skills for effective communication in various radio environments.
It can be installed via winget for ease of use across supported platforms.
KochMorse is a simple morse-code tutor using the Koch method. It is written in C++ and uses Qt5 for the graphical user interface (GUI). More ...
KochMorse runs under Linux, MacOS X and even under Windows. See the Install wiki page for details.
Below, you will find a list of features of the current KochMorse release.
This is a C++/Qt reimplementation of my "old" python morse-code tutor (also called "kochmorse", https://kochmorse.googlecode.com). As the "old" implementation relied on ALSA for sound output, it was restricted to Linux. This reimplementation now uses the Qt5 Multimedia module for the sound output and the GUI is implemented using Qt5, it is therefore more platform independent and runs under Linux, MacOS X and Windows.