We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can import the Python modules into your own Python scripts or run them from the command line.
Play a message:
python play.py --speed=15 "A message" python play.py --help
Practice using the Koch method:
python koch.py --numletters=10 --speed=15 python koch.py --help
Utility to compare entered text with correct answer.
$ python score.py abcde abxde AB-C+XDE Mistakes: 1
Run the graphical user interface.
python mkgui.py