AhmadSabbirChowdhury / Phone-Email-Scraper-using-Python

A very small python program for scrapping out phone numbers and emails from a big chunk of strings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phone-Email-Scraper-using-Python

A very small python program for scrapping out phone numbers and emails from a big chunk of strings. I kept this program as simple as possible. I took 222-555-1546 this kind of phone number as a standard while making this project. Anyone can change the pattern.

I make this project using two package modules.

  1. Regular Expression (import re)
  2. PyperClip (import pyperclip)

To use these packages you have to have 'pip' install. Uisng pip you can install the 'pyperclip' module too.

Screenshot of the code

code

Sample DataSet I used

dataset

Screenshot of the output

output

About

A very small python program for scrapping out phone numbers and emails from a big chunk of strings.


Languages

Language:Python 100.0%