Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skerwe/valid-email-address-splitter

Splits valid email addresses from an Excel sheet
https://github.com/skerwe/valid-email-address-splitter

Last synced: 2 days ago
JSON representation

Splits valid email addresses from an Excel sheet

Awesome Lists containing this project

README

        

# Email Address Formatter

> Format a list of email address in a XSLX to remove extra text or missing email parts.

## Requirements

- [Python][python] & [Pip][pip]
- [Pipenv][pipenv]

## Getting Started

1. Make sure you have Python installed and Pip
2. [Install Pipenv](https://pipenv.pypa.io/en/latest/install/#installing-pipenv)
3. Navigate to project directory
4. Install dependencies `pipenv install --ignore-pipfile`
5. Run the game as a module `pipenv run python email_splitter`

## Build with

- [Python][pip]
- [Pipenv][pipenv]
- [openpyxl][pyxl]

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

[python]: https://www.python.org/
[pip]: https://pypi.org/project/pip/
[pipenv]: https://pipenv.pypa.io/en/latest/
[pyxl]: https://openpyxl.readthedocs.io/en/stable/