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.
- Host: GitHub
- URL: https://github.com/theflash2k/email-generator
- Owner: TheFlash2k
- Created: 2020-08-27T15:23:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T15:26:34.000Z (almost 6 years ago)
- Last Synced: 2025-03-29T10:32:23.492Z (over 1 year ago)
- Topics: email, email-generator, generator, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)