π Spell Checker
This is a simple spelling checker application built using Python π and Tkinter π¨. It utilizes the pyspellchecker library π to check for spelling mistakes and provide suggestions for correct spellings.
- π Users can input a word to check its spelling.
- β If the word is correct, it displays "Correct!"
- β If the word is incorrect, it suggests possible correct spellings.
- π¨ User-friendly GUI designed with Tkinter.
Before running the application, ensure you have the following dependencies installed: pip install pyspellchecker
### π How to Run the Application
1. π₯ Install the required library using the command:
```sh
pip install pyspellchecker
- πΎ Save the script as
spell_checker.py. βΆοΈ Run the script using the command:python spell_checker.py
- π€ Enter a word in the text box and click the "Check" button.
- π’ The application will display whether the word is correct or suggest possible correction.
- π Python
- π¨ Tkinter (for GUI)
- π pyspellchecker (for spell checking)
- βοΈ Support for multiple-word spell checking.
- π Provide additional context for suggested words.
- π¨ Improve UI with better styling and themes.
- π€ Add voice input functionality for checking spelling via speech.
Maneeth Reddy π