Skip to content

riteshkarmakar/email-separator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Email Separator

A simple Python script to separate multiple email addresses stored in a single cell of an Excel file.

Features

✅ Extracts multiple emails from a single cell.
✅ Validates email addresses.
✅ Allows user correction for invalid emails.
✅ Saves a new modified Excel file.

Installation

  1. Clone the repository:
git clone https://github.com/riteshkarmakar/email-separator.git
cd email_separator
  1. Install dependencies:
pip install -r requirements.txt

Usage

Run the script and follow the prompts:

python email_separator.py

Example

Input Excel File:

Name Emails
John Doe [email protected], [email protected]
Alice [email protected] / [email protected]
Ram [email protected] ;[email protected]

Output Excel File:

Name Emails
John Doe [email protected]
John Doe [email protected]
Alice [email protected]
Alice [email protected]
Ram [email protected]
Ram [email protected]

License

This project is licensed under the MIT License.

Credits

  • Developed by Ritesh Karmakar
  • Inspired by real-world data cleaning challenges.

About

A simple Python script to separate multiple email addresses stored in a single cell of an Excel file.

Topics

Resources

License

Stars

Watchers

Forks

Languages