18
0
Fork
You've already forked TextAnalyser
0
Contains a simple text analyzer tool. Based on a given text character statistics are generated. Uses python classes and unit tests.
  • Python 100%
2025年02月08日 21:58:08 +01:00
.idea reorganized tests to simplify test execution 2025年02月08日 21:54:29 +01:00
analyzer reorganized tests to simplify test execution 2025年02月08日 21:54:29 +01:00
test reorganized tests to simplify test execution 2025年02月08日 21:54:29 +01:00
utils reorganized tests to simplify test execution 2025年02月08日 21:54:29 +01:00
.gitignore added more tests 2025年02月08日 21:31:57 +01:00
main.py added more tests 2025年02月08日 21:32:03 +01:00
README.md fixed spelling 2025年02月08日 21:58:08 +01:00

TextAnalyzer

Simple tools that could be used to generate character statistics of given text files

setup

python3 -venv .venv3
source .venv3/bin/activate

usage

python main.py 

running unit tests

python -m unittest discover -v