I wrote a framework for a typing tutor, which you can download as Typer-0.01. The only cool thing about it is the OO-ness of it; you can inherit from a Lesson to create your own (randomly-generated) typing lesson. I created DictLesson, which picks 50 words matching the letters you specify from /usr/share/dict/words. I want to create GuttLesson, a lesson that finds sentences with only letters you want from Project Guttenburg.
Read the rest of this entry »