Skip to content

Agnij-Moitra/tinkerpreneur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

Releases

No releases published

Packages

No packages published

Languages