https://github.com/arxanas/plover_wpm_meter
WPM meter plugin for the Plover stenography system
https://github.com/arxanas/plover_wpm_meter
plover plugin
Last synced: 11 months ago
JSON representation
WPM meter plugin for the Plover stenography system
- Host: GitHub
- URL: https://github.com/arxanas/plover_wpm_meter
- Owner: arxanas
- Created: 2017-02-19T03:58:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-29T03:11:51.000Z (almost 4 years ago)
- Last Synced: 2025-07-03T01:39:24.793Z (12 months ago)
- Topics: plover, plugin
- Language: Python
- Homepage:
- Size: 95.7 KB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Plover WPM Meter
================
This is a plugin for Plover to display your typing speed as you type, in
either or both of words per minute or strokes per minute:
- **Words per minute**: Shows the rate at which you stroked words in
the last 10 and 60 seconds.
- **Strokes per word**: Shows how efficiently you stroked words in
the last 10 and 60 seconds. Lower values are more efficient, e.g. a
value of 1 means that on average it took you one stroke to write out
a word.
A word is defined in one of three ways:
- **NCRA**: The `National Court Reporters Association`_ defines a
“word” as 1.4 syllables. This is the measure used for official NCRA
testing material.
- **Traditional**: The traditional metric for “word” in the context of
keyboarding is defined to be 5 characters per word, including spaces.
This is compatible with the notion of “word” in many typing speed
utilities.
- **Spaces**: A word is a whitespace-separated sequence of characters.
This metric of course doesn’t take into account the fact that some
words are longer than others, both in length and syllables.
The meters look like this:
|The WPM meter in action| |The strokes meter in action|
License
=======
This plugin is licensed under the GPLv3.
Icon made by `Freepik`_ from `www.flaticon.com`_.
.. _National Court Reporters Association: https://www.ncra.org/
.. _Freepik: http://www.freepik.com/
.. _www.flaticon.com: http://www.flaticon.com/
.. |The WPM meter in action| image:: https://raw.githubusercontent.com/arxanas/plover_wpm_meter/master/media/wpm-meter.png
.. |The strokes meter in action| image:: https://raw.githubusercontent.com/arxanas/plover_wpm_meter/master/media/strokes-meter.png