Skip to main content

• Script To Check Email .

Project description

GDO-Email

It's a Usefull Project for Developers ... It checkers Emails Found Or Not Found

• DevVloper The Lib BY GDØ •

Installing :

pip install GDO-Email

• Domains •

⌯ Gmail

⌯ Hotmail

⌯ Outlook

⌯ Yahoo

⌯ mail.ru

⌯ Aol

• Gmail Email Check

from GDO_Email import Azoz

email = "<your email>"

check = Azoz.gmail(str(email))

if check == True:
	print ("• Email is GooD ")
	
elif check == False:
	print("• Email is BaD ")

	

Hotmail Email Check

from GDO_Email import Azoz

email = "<your email>"

check = Azoz.hotmail(str(email))

if check == True:
	print ("• Email is GooD ")
	
elif check == False:
	print("• Email is BaD ")

	

• Outlook email check

from GDO_Email import Azoz

email = "<your email>"

check = Azoz.outlook(str(email))

if check == True:
	print ("• Email is GooD ")
	
elif check == False:
	print("• Email is BaD ")
	

• Yahoo email check

from GDO_Email import Azoz

email = "<your email>"

check = Azoz.Gmail(str(email))

if check == True:
	print ("• Email is GooD ")
	
elif check == False:
	print("• Email is BaD ")

	

• mail.ru Email Check

from GDO_Email import Azoz

email = "<your email>"

check = Azoz.mailru(str(email))

if check == True:
	print ("• Email is GooD ")
	
elif check == False:
	print("• Email is BaD ")

	

• Aol Email Check

from GDO_Email import Azoz

email = "<your email>"

check = Azoz.aol(str(email))

if check == True:
	print ("• Email is GooD ")
	
elif check == False:
	print("• Email is BaD ")

	

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

GDO_Email-0.1.0.tar.gz (9.5 kB view hashes)

Uploaded Source

Built Distribution

GDO_Email-0.1.0-py3-none-any.whl (9.0 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