Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/skerwe/valid-email-address-splitter
- Owner: Skerwe
- License: mit
- Created: 2021-07-27T13:07:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-27T13:11:00.000Z (over 3 years ago)
- Last Synced: 2024-10-10T19:22:22.547Z (28 days ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/