Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 820 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 820 Bytes

python-spelling-checker

A web-based application to check your spelling.

The demo of the repo is present in link.

Requirement

  • Python >= 3.5
  • autocorrect==2.3.0
  • Flask==1.1.2

How to install

Either download it manually or install it via PyPi

How to run

  • Ensure that requirement are installed Open terminal/command window and type :

    pip install -r requirements.txt

  • Clone the project and run :

    python app.py

  • The demo will be live at http://localhost:5000/

How to deploy

Since you can only deploy static page in GitHub pages.

You can use Heroku or Pythoneverywhere for deployment.