An application that validate emails using validator library
The application was implemented as a CS50P assignment.
Please respect, and keep the Academic Honesty Policy in mind.
A demo of the application can be watched at CS50P's Homepage
- Clone the repository:
# Using SSh
ssh [email protected]:krigjo25/console-Emailvalidator-py.git
# Using git bash
git clone https://github.com/krigjo25/console-Emailvalidator-py.git
# Using Github Cli
gh repo clone console-Emailvalidator-py
- Navigate to the project directory
cd console-Emailvalidator-py
- Pip intall the repositories
pip install -r requirements.txt
- Run the file
python app.py
To use the application, run the following command in your terminal
python app.py
What is your e-mail addres?:: <[email protected]>
Output : Valid
Replace <[email protected]>
with the desired email
No tests / datasets for this project
validators - Konsta Vesterinen
The application is under The Unlicensed.
Created with love, for python programming,
Thanks for reading, and have a blessed day,
@krigjo25