CuteCW
CuteCW copied to clipboard
A Morse Code Training Application
Cute CW: learn Morse Code
-
Introduction
CuteCW is a graphical interface that provides Carrier Wave (CW) training with a number of different training modes and games. If you want to learn Morse Code (aka CW), this app uses modern teaching conventions to help you learn it as fast as possible.
*** Modes
CuteCW currently offers the following training modes:
+ Recognition Training
+ Speed Training
+ Word Training
+ Grouping Training
+ Straight Key Training
Additionally it provides the following extras:
+ Type Morse Code
+ Read to me
+ Word game
+ Grouping game
+ Key Invaders
*** Background
I've had thoughts for a long time about how we train ourselves in CW ("Carrier Wave" otherwise known as Morse Code). After preparing for a presentation about learning CW I realized software could really help us out in ways not yet seen. This is my effort to help decrease the pain in training your brain to understand Morse Code.
-
Download
You can download the source code or pre-built binaries from:
http://www.hamtools.org/cutecw/
You can also access the git repository, provided by githib, from:
http://www.github.com/hardaker/CuteCW/
-
Further Information
More documentation can be found at:
http://www.hamtools.org/cutecw/
The growing list of [[file:docs/CHANGES.org][CHANGES]] and the hopefully shrinking [[file:docs/TODO.org][TODO list]]
-
Compiling It
CuteCW is a Qt6 based program. That means to compile it you'll need some distribution of [[http://qt.io/][Qt6]] You can download any of the recent Qt SDK sets and open the /cutecw.pro/ file using /qtcreator/, which will then be able to compile and edit the code. Or, if you want to compile it via a terminal you can try the following steps:
- qmake6
- make
- optionally: make install