/RandomEmailGenerator

Generate random Gmail and Yahoo emails based on a list of full names.

Primary LanguagePythonMIT LicenseMIT

RandomEmailGenerator

Generate random Gmail and Yahoo emails based on a list of full names.

Requirements:

Python Version 3.8.5 Numpy version 1.19.1

Exampe of input list:

fullNames = [['Mohamed Amine', 'Chadli'], ['Karim Sofiane', 'Chokri'], ['Khaled Mustapha', 'Sayed'], ['Fatima Aicha', 'Elkabir']]

Examples of random generated emails:

['mohamedaminechadli257@gmail.com', 'karimsofianechokri861@hotmail.com', 'khaledmustaphasayed237@gmail.com', 'fatimaaichaelkabir570@gmail.com']

Or:

['mohamedaminechadli395@gmail.com', 'karimsofianechokri509@gmail.com', 'khaledmustaphasayed235@gmail.com', 'fatimaaichaelkabir334@gmail.com']

Or:

['mohamedaminechadli963@gmail.com', 'karimsofianechokri278@gmail.com', 'khaledmustaphasayed164@hotmail.com', 'fatimaaichaelkabir569@gmail.com']

Every time you execute the "getRandomEmails" function you get new geneated emails based on the given list of full names.