Welcome to SpellCheck Patronum, the magical solution to all your spell-checking needs! Whether you're a wizard with words or sometimes find spells (or shall we say, typos) getting the better of you, we've got you covered.
SpellCheck Patronum is a web application designed to make your writing clearer and mistake-free. Inspired by the magical world where spells and charms correct the most complex problems, we offer a simple yet powerful tool to enhance your writing.
- Clone the repository to your local machine.
- Ensure you have Python and Flask installed.
- Navigate to the project directory and install required dependencies using
pip install -r requirements.txt
. - Start the server with
python main.py
.
Simply navigate to our web application, paste your text into the "Your Text" box, and hit "Fix Text." SpellCheck Patronum will then work its magic and display your corrected text, free from the clutches of typos and grammatical gremlins.
- Real-time spell checking: Just paste your text and watch the magic happen.
- User-friendly interface: No complicated spells needed; our interface is as simple as saying "Lumos!"
- Support for multiple document formats (Coming Soon): Work with texts from .txt, .docx, and beyond.
- Flask for the web framework.
- Python 3.x for the backend.
Currently, no additional configuration is required. The app is ready to cast spells right after installation!
Here's a quick example to get you started:
Before: "I cant beleive I mispelled that!"
After: "I can't believe I misspelled that!"