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.
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.
This application may require additional libraries depending on the chosen programming language. Please refer to
the requirements.txt (Python) file for specific dependencies.
We welcome contributions to this project! Please refer to the CONTRIBUTING.md file for guidelines on submitting pull requests.
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
andDisposableEmails.xlsx