📋
Tool: Sentence and paragraph counter
Word counter tool, and a bit more.
There’s plenty of free “word counter tools” online already but I wanted my own and one that’s best than the rest. I wanted it to also count how many sentences and paragraphs there are in a block of text – so here it is.
It’s hosted at Codepen for now but I’ll get around to moving it to self-hosted eventually.
How to use it
Paste (or hand type) your text into the text box. No need to click a button, it will automatically calculate the following:
- How many words are in the text.
- How many characters are in the text.
- How many sentences make up the text.
- How many paragraphs there are.
Why this is better than other word counter tools
- No ads on the page, always a good thing!
- Also counts sentences.
- Also counts paragraphs.
- Super simple design, no unnecessary icons or anything.
- Uses localStorage to save your text.
