projects/Spell_checker/README.md
Here, you can input any word and check if it is having a correct spelling or not.
First thing which you need to install is textblob library
<!--Install library--><!--For jupyter nb-->pip install textblob
You need to run this command in your terminal or your ide terminal.
<!--for jp nb-->If you are using Jupyter Notebook you need to use the below command
<!--for jp nb--><!--command-->import sys
!{sys.executable} -m pip install textblob
You can first install the textblob library and then you can run the python script.