Skip to content

Latest commit

 

History

History
53 lines (48 loc) · 1.94 KB

README.md

File metadata and controls

53 lines (48 loc) · 1.94 KB

Readability Checker

Getting started:

  • Firstly download the repository
  • All folders starting from sample contain sample files that can be used to check the working the the app

If Python 3 is installed in your device

  • Go to assets and python scripts folder

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: