In this video, I built Grammerify, an AI-powered grammar checker using Python and Tkinter.
It uses LanguageTool under the hood to find grammar issues and even corrects them — all inside a clean GUI.
But... I ran into *real-world bugs* while connecting to the LanguageTool server 😓
Watch me troubleshoot, set up the Java backend, and break things like a real developer 😅
🛠 Tech Stack:
Python
Tkinter (GUI)
LanguageTool (local server)
✅ What Works:
Grammar highlight
Auto-correction
Tkinter interface
🐞 What Broke:
JSONDecodeError 😡
LanguageTool server misconfig
📂 GitHub Repo (V1): github / devhmmza
#Python #AItools #Tkinter #Grammerify #Debugging #OpenSource