Small program for counting words, punctuation and digits in a sentence. https://www.freakyonline.de
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
freaky 9e51199eb3
All checks were successful
/ test (push) Successful in 22s
.forgejo/workflows/demo.yaml aktualisiert
2026-07-25 02:52:16 +02:00
.forgejo/workflows .forgejo/workflows/demo.yaml aktualisiert 2026-07-25 02:52:16 +02:00
.gitignore Update .gitignore 2025-12-10 17:52:15 +01: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.