Awesome-Python-Scripts/Random_Email_Generator
Akshath fdf0ccb570 Revert "Resolving conflict"
This reverts commit a0d4e04a3c.
2023-10-25 10:14:56 +05:30
..
Random_email_generator.py Revert "Resolving conflict" 2023-10-25 10:14:56 +05:30
README.md Added a Random_Email_Generator to the list of projects! (#141) 2020-08-25 15:31:15 +05:30

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