Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 769 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 769 Bytes

email-download-app

A python windows application that download emails from your gmail account and stores them in a json file. GUI made using tkinter.

Requirements

  • python==3.7.6
  • IMAPClient==2.1.0
  • pyzmail36==1.0.4

Make sure you have disabled unsecure apps in your gmail account settings

What I learned

  • Using imapclient and pyzmail to access data from gmail
  • working with csv and json files in python
  • More about tkinter widgets such as updating the progress bar
  • working with shelve files

Interface

Screenshot (31) Screenshot (32)