In this video we'll create a simple Spell Checker app with Kivy and Python!
We'll use the built in Spelling module in Kivy and the PyEnchant Library for the actual spell checking!
We'll create an app with a label, a textinput box, and a button. Users can enter a word and click the button and the app will check the word for spelling errors and return suggestions of correct spellings.