Skip to content

Latest commit

Β 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ Spell Checker

πŸ“– Description

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.

✨ Features

  • πŸ“ 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.

πŸ“Œ Requirements

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
  1. πŸ’Ύ Save the script as spell_checker.py.
  2. ▢️ Run the script using the command:
    python spell_checker.py
  3. πŸ”€ Enter a word in the text box and click the "Check" button.
  4. πŸ“’ The application will display whether the word is correct or suggest possible correction.

πŸ› οΈ Technologies Used

  • 🐍 Python
  • 🎨 Tkinter (for GUI)
  • πŸ“š pyspellchecker (for spell checking)

🚧 Future Enhancements

  • ✍️ 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.

πŸ‘¨β€πŸ’» Author

Maneeth Reddy πŸš€

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages