An open API service indexing awesome lists of open source software.

https://github.com/shikha-code36/email-validation-python

Python Beginner Project
https://github.com/shikha-code36/email-validation-python

beginner-friendly beginner-project email-validation python python-beginner python-beginners python-project python-projects python3

Last synced: 4 months ago
JSON representation

Python Beginner Project

Awesome Lists containing this project

README

        

# Email-Validation-Python

This Python Project is to check whether your email is correct or not.
This is the Python Beginner level Project

There are two ways to do that--

* [Using String Functions](mailstring.py)
* [Using Regex Model](mailregex.py)