A free, open-source desktop application to clean your Gmail inbox. Select unwanted senders and delete all their emails with one click!
Author: @numanrki | Twitter/X | ☕ Buy me a coffee
- 🔐 Secure OAuth Login - Connect with your Gmail safely
- 📊 Live Email Scanning - Watch as emails are fetched in real-time
- 🎯 Bulk Delete - Select multiple senders and delete all their emails
- 🔍 Search & Filter - Quickly find specific senders
- 💾 No Data Stored - Your emails stay on Google's servers
- 📦 Portable EXE - Just download and run, no installation needed
- Go to Releases
- Download
GmailCleanerPro.exe - Double-click to run - that's it!
# Clone the repository
git clone https://github.com/numanrki/gmail-cleaner-pro.git
cd gmail-cleaner-pro
# Install dependencies
pip install -r requirements.txt
# Run the app
python gmail_cleaner_pro.py- Python 3.7+
- Windows / macOS / Linux
- Your credentials are NEVER stored - We use Google's official OAuth 2.0
- No data collection - The app runs 100% locally on your computer
- Open source - Review the code yourself!
- Only accesses what's needed - We only request email management permissions
- Connect Gmail - Click the button and sign in with Google
- Load Senders - Click to scan your inbox and see all senders
- Select Senders - Click on senders you want to delete (Ctrl+Click for multiple)
- Add to Delete List - Move selected senders to the delete queue
- Delete - Click the big red button to permanently delete all emails
pip install pyinstaller
pyinstaller --onefile --windowed --name "Gmail Cleaner Pro" gmail_cleaner_pro.pyThe executable will be in the dist folder.
Q: Is this safe to use? A: Yes! We use Google's official OAuth 2.0 authentication. Your password is never shared with us.
Q: Will this delete emails permanently? A: Yes, deleted emails are permanently removed and cannot be recovered.
Q: Can I undo deletions? A: No, deletions are permanent. Always double-check before deleting.
Q: Why does Google show "unverified app" warning? A: This is a personal/open-source project. Click "Advanced" → "Go to Gmail Cleaner Pro" to proceed.
MIT License - Feel free to use, modify, and distribute!
Contributions are welcome! Please feel free to submit a Pull Request.
