Skip to content

Latest commit

 

History

History

Random_Email_Generator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Programs

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