A Python app that analyzes inputted text with various metrics.
- Input your text in the left side, choose your readability index, and hit analyze!
- Capability to open .txt files.
- Readability analysis will be skipped if the text has less than 100 words.
- Open the help window for more information on how the different readability metrics work.
Readability pip install py-readability-metrics
TextBlob pip install textblob
numpy pip install numpy
nltk pip install nltk, python -m nltk.downlader punkt