Skip to content

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

Notifications You must be signed in to change notification settings

AhmadSabbirChowdhury/Phone-Email-Scraper-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages