Skip to content

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.

License

Notifications You must be signed in to change notification settings

zebbern/temp-mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

temp-zebbern

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:

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages