Skip to content

AmiXDme/AI-Grammar-Fixer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 AI Grammar Fixer

Fix your grammar instantly with AI power!

This simple tool fixes grammar, spelling, and style in any text using Google's advanced AI. Just select text anywhere on your computer and press Ctrl+; to fix it instantly!

✨ What it does:

  • Fixes grammar mistakes automatically
  • Corrects spelling errors in any language
  • Improves writing style and clarity
  • Works in 100+ languages (auto-detects language)
  • Works anywhere - Word, emails, browsers, chat apps
  • Super fast - fixes text in 2 seconds
  • Private - your text stays on your computer

🚀 Easy Setup (2 minutes)

Step 1: Get a Free API Key

  1. Go to Google AI Studio
  2. Click "Create API Key" (it's free!)
  3. Copy your API key

Step 2: Install the App

  1. Download this project to your computer
  2. Double-click run_gui.bat (Windows users)
  3. Paste your API key when asked
  4. Done! The app is now running

Alternative Setup (if .bat doesn't work)

# 1. Open command prompt in the project folder
# 2. Run these commands:
pip install -r requirements.txt
python app.py

🎯 How to Use

  1. Start the app by double-clicking run_gui.bat
  2. Select any text in any app (Word, email, browser, etc.)
  3. Press Ctrl+;
  4. Watch your text get fixed instantly!

🔧 Setup Your API Key

Option 1: Easy Way (.env file)

  1. Copy the .env.example file and rename it to .env
  2. Open the .env file in any text editor (Notepad works!)
  3. Replace your_api_key_here with your actual API key
  4. Save the file

Option 2: The App Will Ask You

When you first run the app, it will ask for your API key. Just paste it and you're done!

Need Help?

Common Problems:

  • "API key not found" → Add your API key to the .env file
  • "Permission denied" → Right-click run_gui.bat and "Run as administrator"
  • "Module not found" → Run pip install -r requirements.txt first
  • Hotkey not working → Make sure no other app is using Ctrl+;

Requirements:

  • Windows 10/11 (recommended) or Mac/Linux
  • Python 3.8+
  • Internet connection (to connect to Google AI)
  • 50MB free space

🆓 Completely Free!

  • ✅ No monthly subscription
  • ✅ No hidden costs
  • ✅ Google AI API is free for personal use
  • ✅ Open source code - you can see everything

🔒 Your Privacy is Safe

  • ✅ Your text is only sent to Google AI for processing
  • ✅ Nothing is stored permanently
  • ✅ Your API key stays on your computer
  • ✅ No tracking or ads

That's it! Enjoy your perfect writing! 🎉

For questions, issues, or suggestions, please visit: https://github.com/AmiXDme/AI-Grammar-Fixer

About

A lightweight background app that fixes grammar, spelling, and punctuation with any LLM API - triggered by a simple hotkey

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 86.4%
  • Batchfile 13.6%