A command-line tool for generating temporary email addresses and viewing their inboxes, with a modern and user-friendly interface.
- 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
andpyfiglet
libraries.
-
Clone the repository:
git clone https://github.com/rkstudio585/TempMail.git cd TempMail
-
Install the required dependencies:
pip install uv uv pip install -r requirements.txt --system
To start the application, run the following command in your terminal:
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.