Skip to content

Latest commit

 

History

History
executable file
·
65 lines (47 loc) · 1.42 KB

README.md

File metadata and controls

executable file
·
65 lines (47 loc) · 1.42 KB

E-mail validator

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

Installation

  1. Clone the repository:
# Using SSh 
ssh git@github.com: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
  1. Navigate to the project directory
cd console-Emailvalidator-py
  1. Pip intall the repositories
pip install -r requirements.txt
  1. Run the file
python app.py

Usage

To use the application, run the following command in your terminal

Example

python app.py

What is your e-mail addres?:: <krigjo25@gmail.com>
Output : Valid

Replace <krigjo25@gmail.com> with the desired email

Testing framework / Datasets

No tests / datasets for this project

Credits

Responsories

validators - Konsta Vesterinen

LICENCE

The application is under The Unlicensed.

Notes from the developer

Created with love, for python programming,

Thanks for reading, and have a blessed day,
@krigjo25