Description:
A simple Python application for real-time spelling checking using NLTK and Tkinter. It highlights misspelled words with a red background in a graphical user interface (GUI).
- Real-time word checking.
- Highlights incorrect words with a red background.
- Simple and user-friendly graphical interface.
- Python 3.x
- Libraries:
tkinter
(built-in with Python)nltk
-
Clone the repository:
git clone https://github.com/ayadseghairi/Real-Time-Spelling-Checker-in-Python.git cd Real-Time-Spelling-Checker-in-Python
-
Install the required libraries:
pip install -r requirements.txt
-
Run the application:
python main.py
- Open the application.
- Start typing text in the text box.
- Misspelled words will be automatically highlighted with a red background.
- Support for multiple languages.
- Improved user interface design.
- Suggest corrections for misspelled words.
This project is licensed under the MIT License. You are free to use and develop it.
- Open an Issue for any bugs or feature requests.
- Submit a Pull Request for improvements.
- Developer: Ayad Seghiri
- Email: [[email protected]]