https://github.com/jandamm/wpmstats.koplugin
KOReader plugin to show WPM statistics
https://github.com/jandamm/wpmstats.koplugin
koreader-plugin
Last synced: 3 months ago
JSON representation
KOReader plugin to show WPM statistics
- Host: GitHub
- URL: https://github.com/jandamm/wpmstats.koplugin
- Owner: jandamm
- License: agpl-3.0
- Created: 2026-03-01T15:54:27.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-01T16:34:36.000Z (3 months ago)
- Last Synced: 2026-03-01T18:40:45.021Z (3 months ago)
- Topics: koreader-plugin
- Language: Lua
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WPM Statistics for KOReader
## Prepare books
You can configure Calibre to add two custom rows: `#pages` and `#words`. (Count Pages plugin)
### epub
The counts will be fetched from the metadata.
Alternatively you can put it in the name: `filename abc P(10) W(100).pdf`
### pdfs
For pdfs the word count needs to be in the name: `filename abc W(100).pdf`
The page count will be fetched automatically.
## Setup
- Enable the statistics plugin (builtin)
- Install this plugin
- Run `Refresh Pages and Word count`
It's only necessary to cache the books once. New books will automatically be added when they are being read.