I Built an AI Grammar Checker in Python Using Tkinter… But It Keeps Failing 😭 (Real Dev Journey)

Опубликовано: 22 Июль 2026
на канале: devhmmza
37
2

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