Skip to main content

To Find All Possible Permtations & Combinations for a given first name and last name

Project description

Emails Permutations and Combinations from first name and last name

Email permutations provides a list of all possible combinations of email for a given first name and last name.

Installation

You can install permutations library via pip:

$ pip install email_permutations

Example Usage

from permutations import email_permutations

# Specify the first name, last name and domain name
first_name = "Pratik"
last_name = "Dani"
domain_name = "gmail.com"

permuted_emails = email_permutations.email_permuter(first_name=first_name,
	last_name=last_name,
	domain_name=domain_name
	)

Contributions

If you find any bugs, please feel free to open an issue or send a pull request.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

email_permutations-0.3.0.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

email_permutations-0.3.0-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page