Email validation tester for Python
Install flask using pip in your terminal (pip install Flask)
Install/Run a virtual environment https://uoa-eresearch.github.io/eresearch-cookbook/recipe/2014/11/26/python-virtual-env/
In the root folder of this project, in your terminal, run "python server.py"
Navigate to localhost:5000
Test the email input function to see if your email is valid or not, try to fool the validator!