This is python script that extracts all email-id from a particular document
How to use:
- Place the "email-extract.py" in the directory where the document is present
- Run "email-extract.py" using command line. (Ex: "python email-extract.py" in LINUX)
- Enter the file name.(case-sensitive) (Ex: document1.txt)
- You will get a message once completed
- 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