Python GUI to generate and manage temp-mails using multiple providers. Designed to help you create, view, and copy temp-mail addresses without losing access mid-session.
- Multiple temp mail services (e.g., GuerrillaMail, Mail.tm, DropMail)
- Persistent message caching and inbox refresh
- HTML and raw message view tabs
- Copy/delete address management
Windows:
python -m venv venv && venv\Scripts\activate
pip install -r requirements.txt
python tempgen.py
Linux/macOS:
python3 -m venv venv && source venv/bin/activate
pip install -r requirements.txt
python tempgen.py