Python Script to Validate & Check Email Using validate_email Library in Terminal
Jun 3, 2025
Buy the full source code of application here:
Show More Show Less View Video Transcript
0:00
uh hello guys welcome to this video so
0:02
in this video I will show you how to
0:04
once again validate or check if a email
0:07
address is valid or not in Python so we
0:10
have a package here which you can
0:11
install using the pip command so go to
0:14
the terminal just install this package
0:17
validate email so this is actually the
0:21
package here so install this by
0:24
executing this command pip install
0:26
validate email so once you do this the
0:30
package will be installed i've already
0:32
installed it so once you install this go
0:35
just create a simple python script and
0:37
just from this package
0:41
validate email we have having this
0:44
method here which is validate email so
0:47
we require this package by this line
0:50
here and then we can
0:52
simply check if the email is valid or
0:56
not by using this function validate
0:58
email and here we actually write the
1:01
email
1:02
address so as you can see the syntax is
1:04
correct now text test at the
1:07
ratemail.com so now it should
1:12
return if I print this so if I execute
1:15
the script right
1:18
here
1:20
so just execute this python app py
1:26
so so it will return either true or
1:29
false depending
1:30
upon you can
1:35
see so this is actually the
1:38
package sorry this is actually the name
1:41
if I show you it's pip install py3 you
1:46
just need to add py3 dash validate email
1:49
so this is actually the actual package
1:51
right here so install this and
1:59
uh so in this easy way you can
2:10
actually validate your email address it
2:13
will either return true or false so this
2:16
is actually the package and thank you
2:18
very much for watching this video and
2:20
also check out my website
2:21
freemediatools.com
2:23
uh which contains thousands of tools
#Programming
#Software
#Email
