Small program for counting words, punctuation and digits in a sentence. https://www.freakyonline.de
Find a file
2025-08-31 15:34:55 +02:00
.gitignore run with uv run wordcount.py 2025-08-31 15:28:45 +02:00
.python-version run with uv run wordcount.py 2025-08-31 15:28:45 +02:00
pyproject.toml run with uv run wordcount.py 2025-08-31 15:28:45 +02:00
README.md README.md aktualisiert 2025-08-31 15:34:55 +02:00
uv.lock run with uv run wordcount.py 2025-08-31 15:28:45 +02:00
wordcount.py Typos 2025-08-31 15:31:37 +02:00

This is a small little program written in Python, to count the number of words, punctuation and digits in a given sentence.