This is Readability, a python desktop app that will find the appropriate reeading level of a file eg: 8 grade, 9th grade etc.
- This will find the readability level of a file on the basis of grammar used. And NOT on the basis of scientific dificulty for instance.
- It is using the Coleman Liau Index
- The sample folders contains some sample txt, pdf and docxs files that you might want to use.
- If you are on Windows for some reason the texts in the edges won't appear. But it works perfectly fine on other OS(s).
- In your terminal first ensure you are in the correct directory, and Python 3 and pip are installed.
./requirements.sh
- And then to run the actual App run in the same terminal (All though you can the absolute path of python instead of
python
):
python main.py
If this doesn't work for some reason then run:
python3 main.py
- In your Command Prompt:
.\requirements.bat
- Now to run the app:
python main.py
- Photo by Fallon Michael on Unsplash
- This is inspired from Coleman Liau Index on Wikipedia
- The PDF named conda-sheet is directly from Anaconda's website
- Some code was was used from: