Popular recipes tagged "typing"http://code.activestate.com/recipes/tags/typing/2012-11-02T12:29:25-07:00ActiveState Code RecipesTyping skills meter (Python)
2012-11-02T12:29:25-07:00Pierre Quentelhttp://code.activestate.com/recipes/users/1552957/http://code.activestate.com/recipes/578318-typing-skills-meter/
<p style="color: grey">
Python
recipe 578318
by <a href="/recipes/users/1552957/">Pierre Quentel</a>
(<a href="/recipes/tags/gui/">gui</a>, <a href="/recipes/tags/typing/">typing</a>).
</p>
<p>A Tkinter-based program that shows your typing skills (speed and error rate) in the form of a car dashboard</p>
<p>The text to type is displayed in a text zone, the cursor and the dashboard needles progress as you type the letters. Text can be copied-pasted, or loaded from a file that users can store in the subfolder "texts"</p>
<p>The interface language can be configured (in this version, only French-English, but easily extendable to other languages)</p>