An open API service indexing awesome lists of open source software.

https://github.com/theflash2k/email-generator

A Simple email generator that might be useful to you.
https://github.com/theflash2k/email-generator

email email-generator generator python

Last synced: about 1 year ago
JSON representation

A Simple email generator that might be useful to you.

Awesome Lists containing this project

README

          

# Email-Generator

A Simple Email Generator written in Python. It reads an email from 10minutemail.net and displays on the stdout. It can also store it in a file in the current directory.

[+] Usage: python3 email_generator.py

[+] Dependencies: BeautifulSoup4. (pip install bs4 | pip3 install bs4)