A Python CLI tool to generate temporary email addresses and read incoming messages right in your terminal.
- ✉️ Generate a temporary email address
- ⏳ Wait for incoming emails with a 4-minute timeout
- 🔄 Convert HTML emails to plain text
- 🎨 Colorful, styled console output with logs and warnings
- 🖥️ Simple interactive command line interface
-
Clone this repository or download the
main.pyfile. -
(Recommended) Create and activate a virtual environment:
python -m venv .venv source .venv/bin/activate # Linux/macOS .venv\Scripts\activate # Windows
-
Install dependencies:
pip install -r requirements.txt
If you don’t have a
requirements.txt, install manually:pip install tempmail pystyle html2text colorama raducord
Run the script:
python main.pyFollow the prompt:
- Type
1and press Enter to generate a temporary email and wait for incoming messages. - Any other input will exit the program with a message.
This tool is strictly for educational and testing purposes. Misuse is neither encouraged nor supported.