Skip to content

Agnij-Moitra/readability-checker

Repository files navigation

Readability-Checker

This is Readability, a python desktop app that will find the appropriate reeading level of a file eg: 8 grade, 9th grade etc.

Note:

  • 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).

Getting Started

  1. In your terminal first ensure you are in the correct directory, and Python 3 and pip are installed.

For MacOS and Linux:

./requirements.sh
  1. 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

For Windows:

  1. In your Command Prompt:
.\requirements.bat
  1. Now to run the app:
python main.py

Acknowledgements:

Releases

No releases published

Packages

No packages published

Languages