/email-extraction

This is python script that extracts all email-id from a particular document

Primary LanguagePythonMIT LicenseMIT

email-extraction

This is python script that extracts all email-id from a particular document

How to use:

  1. Place the "email-extract.py" in the directory where the document is present
  2. Run "email-extract.py" using command line. (Ex: "python email-extract.py" in LINUX)
  3. Enter the file name.(case-sensitive) (Ex: document1.txt)
  4. You will get a message once completed
  5. A new file named result.txt will be created with all the email-ids in the same directory Note: If result.txt already exists it will be overwritten