Contains a simple text analyzer tool. Based on a given text character statistics are generated.
Uses python classes and unit tests.
| .idea | reorganized tests to simplify test execution | |
| analyzer | reorganized tests to simplify test execution | |
| test | reorganized tests to simplify test execution | |
| utils | reorganized tests to simplify test execution | |
| .gitignore | added more tests | |
| main.py | added more tests | |
| README.md | fixed spelling | |
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