Small program for counting words, punctuation and digits in a sentence.
https://www.freakyonline.de
.gitignore | ||
.python-version | ||
pyproject.toml | ||
README.md | ||
uv.lock | ||
wordcount.py |
This is a small little program written in Python, to count the number of words, punctuation and digits in a given sentence.