mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-23 20:11:07 +00:00
cbbd618e0b
* Added Random Email Generator Python Script * Create README.md * Update README.md * Update Random_email_generator.py * Update Random_email_generator.py * Update README.md * Added Random Email Generator Python Script Co-authored-by: shub-garg <shubhamsgcool@gmail.com> |
||
---|---|---|
.. | ||
Random_email_generator.py | ||
README.md |
Programs
Random_Email_Generator.py
This program randomly generates an email address using a mix of letters, both caps on and off, numbers, and punctuation, then outputs the results.
Requirements
- Random_Email_Generator.py can use Python 3 and higher or Python 2 and higher. Moreover, you might also have to install progressbar library in your system.
$ pip install progressbar
Usage
For Windows users:
$ python Random_email_generator.py
For Mac/Linux/Unix users:
$ ./Random_email_generator.py