Skip to content

GUI App created in Python to download attachments from mail.

Notifications You must be signed in to change notification settings

michsak/Email_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

GUI App created in Python to download attachments from mail.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages