Build A Spell Checker App - Tkinter Projects 9

preview_player
Показать описание
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
Рекомендации по теме
Комментарии
Автор

▶ Watch Tkinter Projects Playlist ✅ FREE Tkinter Widget Book
▶ See More At: ✅ Subscribe To My YouTube Channel:
▶ MASSIVE TKINTER.COM DISCOUNT ✅ Join My Facebook Group:
▶ Get The Code For This Video

TkinterPython
Автор

Hi John! Thanks for exploring new libraries like this. I vote for building this out into a more elaborate spell checker, as well.

johngiangrande
Автор

Definitely interested in seeing how you would approach turning this into a spell checker that highlights mistakes rather that autocorrect. This would work well in conjunction with your code for creating a text editor. Great video as always

philpearce
Автор

I'm very happy to have access to your content. You usually have a great short example that I can use to get myself familar with a tool or concept. I would also be interested in a spellcheck that just highlights. That would prove very useful for so many projects. Could also build a tool to check across multiple data points and then reveal a "change it/don't change it" dialog showing the original text and then the corrected text. Almost like a changelog that could be utilized by the user to correct their data entry for your application. Thank you!

modest_supreme
visit shbcf.ru