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'])
Release files for getemails 0.1.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| getemails-0.1.7.tar.gz | 100.5 kB | Details |
Release files / getemails-0.1.7.tar.gz
| Download URL | getemails-0.1.7.tar.gz |
|---|---|
| Size | 100.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8a62c6dc8948c0cd11ae40b6843e9118b40382ad9b511a8b2afb692b63540e0f
|
|
BLAKE2b-256 checksum How to use checksums |
aac73728e9874dfc06ca4348e6f8879edb099a03421c8fe27cd8fe1c0756b71e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|