https://github.com/zebbern/temp-mail
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.
https://github.com/zebbern/temp-mail
authentication gmail mail mail-app mail-client mail-server mail-verification mail-verify python python-mail temp temp-mail temp-mail-api temp-mail-app temp-mail-website verification-code
Last synced: 5 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/zebbern/temp-mail
- Owner: zebbern
- License: mit
- Created: 2025-05-02T19:35:13.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-05T00:29:36.000Z (5 months ago)
- Last Synced: 2025-05-05T20:16:43.341Z (5 months ago)
- Topics: authentication, gmail, mail, mail-app, mail-client, mail-server, mail-verification, mail-verify, python, python-mail, temp, temp-mail, temp-mail-api, temp-mail-app, temp-mail-website, verification-code
- Language: Python
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Temp-Mail
> 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.

## Features
* 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## Installation
**Windows:**
```bash
python -m venv venv && venv\Scripts\activate
pip install -r requirements.txt
python tempgen.py
```**Linux/macOS:**
```bash
python3 -m venv venv && source venv/bin/activate
pip install -r requirements.txt
python tempgen.py
```---