Skip to main content

Python module for generating random emails

Project description

Python module for generating random emails and names and surnames


Initially import:

from genemails import GET_EMAIL
To generate one random email:
email=GET_EMAIL.generate_email()
To generate many emails use:
manyemails=GET_EMAIL.generate_emails(15) #It will return string separated by comma
To get random 1st or surname name:
fisrtname=GET_EMAIL.get_firstname()
surname=GET_EMAIL.get_sndname()
To Generate random address and telephone number:
data['address'],data['tel']=gml.generate_address()
for example: 'address': 'UnitedKingdom city.Bangor str.Bell Inn Yard h.63 ft.182' To generate specific email based on real name pass parameters:
email=gml.generate_email(firstname=data['firstname'],secondname=data['sndname'])

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

getemails-0.1.6.tar.gz (100.4 kB view details)

Uploaded Source

File details

Details for the file getemails-0.1.6.tar.gz.

File metadata

  • Download URL: getemails-0.1.6.tar.gz
  • Upload date:
  • Size: 100.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.9

File hashes

Hashes for getemails-0.1.6.tar.gz
Algorithm Hash digest
SHA256 3b8daeba9f9578a4c54935a7422043959587a330648111edecb08c770d3d756c
MD5 8b9f6925d0172740114c36be2a8a94db
BLAKE2b-256 6eb61fefffa7d18cc3a7016a59f97e583096600cc6727b8f123c5eda6c2d6b13

See more details on using hashes here.

Supported by

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