Skip to content

Latest commit

 

History

History
 
 

Random Email Generator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

This is a Python Script which generates random email addresses with domains based on user input

Libraries used:

  • Random
  • CSV
  • Progressbar
  • String

Requirements

For this script to run install requirements file

 pip install -r requirements.txt

Run the program using command

$ python random_email_generator.py

Output

output

Contributed by Pankaj