/Email_scraper

GUI App created in Python to download attachments from mail.

Primary LanguagePython

Email_scraper

GUI App created in Python to download attachments from mail.

Table of contents

General info

App is created in Python. Its main purpose is to download choosen file extensions.
User can choose directory, demanded extensions and period of time from which files are going to be downloaded.

image

Technologies

Python 3.7; libraries:

  • tkinter
  • imaplib
  • email
  • os
  • re
  • traceback
  • datetime

Setup

You need to install required libraries before running python code.
To install type "pip install -r requirements.txt" in cmd.