Spell Checker With Kivy - Python Kivy GUI Tutorial #24

Опубликовано: 01 Октябрь 2024
на канале: Codemy.com
14,057
393

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.