nalmadi / EMIP-Toolkit

EMIP Toolkit (EMTK): A Python Library for Processing Eye Movement in Programming Data
16 stars 22 forks source link

Add Progress Bars for Downloading and Unzipping Datasets #36

Closed qiuyixuan closed 2 years ago

qiuyixuan commented 2 years ago

34

Added progress bars for downloading and unzipping datasets in download().

Terminal output:

Download

download

Unzip

unzip

Complete

done
nalmadi commented 2 years ago

This looks great, thanks @qiuyixuan!

Can we resolve the conflict with emip_toolkit.py so I can accept this? I think it just needs to be updated to the latest code in nalmadi:main.

Thanks!

quanphan2906 commented 2 years ago

Hi @qiuyixuan, this is a really great feature to add to emtk. It would be even better if you can adapt your code so that only
changes the relevant file, which is download.py in the parsers folder? (fyi, emtk has been refactored into multiple modules and files). Thank you for your contribution!