Skip to content

Module parses text files to extract phone numbers and emails.

Notifications You must be signed in to change notification settings

chrisyamas/automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LAB - Class 19

Project: Automation

Author: Christopher Yamas

Setup

Install .venv (virtual environment) in the directory:

  • Run python3 -m venv .venv in terminal while in root directory
  • Activate virtual environment:
    • Mac/Linux - source .venv/bin/activate
    • Windows - ..venv\Scripts\activate

How to run application

User just needs to input into the respective get_phones() and get_emails() functions the proper paths to both a text file for reading (to collect the data), and a text file for writing (where they want contact info added).

Then in terminal , while in root directory, run python ./modules/automation.py

Your read file will be parsed, and the data will be written to your write file.

About

Module parses text files to extract phone numbers and emails.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages