Git Product home page Git Product logo

email-lister's Introduction

@.CSV (email lister)

A Python script to make Email Lists from Raw Text/XLSX Files

logo

@csv is a Python Script I whipped up when I had a bunch of emails spread over a text document, with no specific delimitting values or patterns I could use to parse the input and seperate the emails from it.Having recently worked with Regular Expressions, I thought this would be a good opportunity for me to get more comfortable using them and apply them to a real-life application project.The working priciple is based on Regex and Pattern Matching. The files are read, word by word (for txt_read.py) or cell by cell (for reader.py), patterrn matched with a regex designed to match emails, which then are added to a set to avoid duplicates. This is done for all words/cells in the given file, after which they are converted to a data frame, added in lexicographic order. Once the data frame is made, they are conveniently converted to a CSV file, which then can be exported into any e-mail management program for bulk emailing.

email-lister's People

Contributors

lasnab avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.