https://github.com/rkstudio585/tempmail
Generate unlimited temp Mail for free using TempMail tool.
https://github.com/rkstudio585/tempmail
python rkstudio585 tempmail tempmail-server tempmail-tool tool
Last synced: about 2 months ago
JSON representation
Generate unlimited temp Mail for free using TempMail tool.
- Host: GitHub
- URL: https://github.com/rkstudio585/tempmail
- Owner: rkstudio585
- License: mit
- Created: 2025-07-16T10:33:43.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-07-16T10:40:14.000Z (3 months ago)
- Last Synced: 2025-07-17T14:33:51.670Z (3 months ago)
- Topics: python, rkstudio585, tempmail, tempmail-server, tempmail-tool, tool
- Language: Python
- Homepage: https://rkstudio.com
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Temp Mail
A command-line tool for generating temporary email addresses and viewing their inboxes, with a modern and user-friendly interface.
## Features
- **Generate Temporary Emails:** Quickly create disposable email addresses.
- **Live Inbox:** View incoming emails in real-time.
- **Email History:** Save and manage previously generated email addresses.
- **Modern TUI:** A rich and interactive terminal interface built with the `rich` and `pyfiglet` libraries.## Installation
1. **Clone the repository:**
```bash
git clone https://github.com/rkstudio585/TempMail.git
cd TempMail
```2. **Install the required dependencies:**
```bash
pip install uv
uv pip install -r requirements.txt --system
```## Usage
To start the application, run the following command in your terminal:
```bash
python mail.py
```This will open the main menu, where you can choose to generate a new email, view your email history, or manage your data.