Install using pip::
pip install wagtail-charcount
It works with Wagtail 5.0 and upwards.
To use this plugin firstly you will need to add wagtailcharcount
to your installed apps.
INSTALLED_APPS = [
"wagtailcharcount",
]
This will add a character and word count next to where your help text would normally appear, this also works fine with help text.