Skip to content

Email validator using libraries, cs50p Problem set 4 Assignment

License

Notifications You must be signed in to change notification settings

krigjo25/console-Emailvalidator-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 [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
  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?:: <[email protected]>
Output : Valid

Replace <[email protected]> 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

About

Email validator using libraries, cs50p Problem set 4 Assignment

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages