Skip to content
RobFisher edited this page Nov 26, 2010 · 1 revision

You can import the Python modules into your own Python scripts or run them from the command line.

play.py

Play a message:

python play.py --speed=15 "A message"
python play.py --help

koch.py

Practice using the Koch method:

python koch.py --numletters=10 --speed=15
python koch.py --help

score.py

Utility to compare entered text with correct answer.

$ python score.py abcde abxde
AB-C+XDE
Mistakes: 1

mkgui.py

Run the graphical user interface.

python mkgui.py
Clone this wiki locally