Skip to content

Commit f0b20e6

Browse files
Revise README with new features and details
Updated project description and added features section.
1 parent 016ab82 commit f0b20e6

File tree

1 file changed

+38
-2
lines changed

1 file changed

+38
-2
lines changed

README.md

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,38 @@
1-
# GmailSweep
2-
Delete thousands of emails from any Gmail tab (Social • Promotions • Updates • Forums • Primary) in seconds — with full preview and custom count. 100% safe using App Password.
1+
# GmailSweep 🧹
2+
3+
**Delete hundreds or thousands of emails from any Gmail tab in seconds**
4+
Social • Promotions • Updates • Forums • Primary
5+
6+
No more endless scrolling. Just pick a tab, choose how many, preview, and sweep!
7+
8+
[![Python](https://img.shields.io/badge/Python-3.8%2B-blue)](https://python.org)
9+
[![Django](https://img.shields.io/badge/Django-5.0%2B-green)](https://djangoproject.com)
10+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
11+
[![Stars](https://img.shields.io/github/stars/yourusername/GmailSweep?style=social)](https://github.com/yourusername/GmailSweep)
12+
13+
## 🚀 Features
14+
15+
- Delete any number of latest emails (100, 500, 2000, 5000)
16+
- Full preview with **Subject + Sender** before deletion
17+
- Supports **all Gmail tabs**: Social, Promotions, Updates, Forums, Primary
18+
- Works perfectly with **Persian/Farsi Gmail**
19+
- 100% secure — uses **Google App Password** (your real password never stored)
20+
- Beautiful, responsive web interface
21+
- No external dependencies except Django
22+
23+
## 🖼️ Screenshots
24+
25+
*(Coming after first release — will show login, dashboard & preview)*
26+
27+
## ⚡ Quick Start (Local)
28+
29+
```bash
30+
# 1. Clone the repo
31+
git clone https://github.com/yourusername/GmailSweep.git
32+
cd GmailSweep
33+
34+
# 2. Install dependencies
35+
pip install -r requirements.txt
36+
37+
# 3. Run the server
38+
python manage.py runserver

0 commit comments

Comments
 (0)