Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 301 Bytes

README.md

File metadata and controls

9 lines (4 loc) · 301 Bytes

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)