iTaybb / pySmartDL

A Smart Download Manager for Python
The Unlicense
198 stars 56 forks source link

is there any way for it to just return the current progress #57

Closed mjishnu closed 2 years ago

mjishnu commented 2 years ago

i want to add the progress bar to an gui so is there any way i can get the current value while its downloading

mjishnu commented 2 years ago

oops sorry i didnt properly read the docs found the answer link: https://itaybb.github.io/pySmartDL/examples.html#example-6-use-the-nonblocking-flag-and-get-information-during-the-download-process

thanks for the awesome project!