In this video I'll show you how to build a very quick spell checker app with Tkinter and Python.
We'll use the TextBlob Library to check our spelling in a tkinter text widget.
TextBlob will fix any spelling errors, and then we'll update the Text widget with the corrected text.
#tkinter #codemy #JohnElder
Timecodes
0:00 - Introduction
0:47 - Install TextBlob
1:20 - Build Out The GUI
2:10 - Grab Text From Text Widget
2:52 - Convert Text To TextBlob
3:26 - Correct Spelling Errors
4:11 - Conclusion