In this video, we will create a spelling checker app with python GUI based using textblob API package.
Install textblob module in your system using command: pip install textblob
Now you can import textblob package into your python project. Textblob is useful when you would like to work with text processing.