Skip to content

oxiton-foundation/email-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EMAIL VALIDATOR

Email.jpg

This repository contains the code for a GUI that validates email addresses from an uploaded Excel file and sorts them into two separate downloadable Excel files: ValidEmails.xlsx and DisposableEmails.xlsx.

Features

1. Validates email addresses against common email formatting rules.
2. Identifies disposable email addresses from a public blacklist.
3. Sorts validated emails into two downloadable Excel files:
a. ValidEmails.xlsx - Contains email addresses classified as valid.
b. DisposableEmails.xlsx - Contains email addresses classified as disposable.

Dependencies

This application may require additional libraries depending on the chosen programming language. Please refer to the requirements.txt (Python) file for specific dependencies.

Contributing

We welcome contributions to this project! Please refer to the CONTRIBUTING.md file for guidelines on submitting pull requests.

Usage

Clone this repository:
git clone https://github.com/your-username/email-validator.git

Install dependencies (if applicable): pip install -r requirements.txt

The application will prompt you to upload an Excel file containing email addresses.

The application will process the file and generate two downloadable Excel files:

  • ValidEmails.xlsx
    and
  • DisposableEmails.xlsx

Update:

main.py - Contains the updated version which saves the separated files into root directory(C: drive in case of Windows).

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages