Closed delrius-euphoria closed 3 years ago
You should extend the BaseProgressHandler and override the initialize
, update
and close
method according to your liking.
Here are some sample classes extending the BaseProgressHandler
:
It seems with the GUI its quite not possible or so. But its fine, I will use the CLI for this purpose, the progressbar looks beautiful.
Is there any way to retrieve the downloaded chunk and total chunk size? To use for a tkinter progressbar.