pySmartDL icon indicating copy to clipboard operation
pySmartDL copied to clipboard

Progress of download is not shown in PyCharm Run Console

Open rominf opened this issue 6 years ago • 2 comments

How to reproduce

Write ordinary code for downloading in some .py file:

obj = SmartDL(url, dest)
obj.start()

and run it using PyCharm.

What happens

Progress is not displayed.

Proposed solution

I propose to use tqdm for displaying progress if it is installed. It's lightweight, have no dependencies, and works well with PyCharm. If you agree with my proposal, I can implement it if you want and submit PR.

rominf avatar Sep 06 '19 04:09 rominf

It might be true. I remember having this issue few years back. It would be nice to move to tqdm. If you got the time to implement it, please do!

Thanks

iTaybb avatar Sep 06 '19 08:09 iTaybb

@rominf @iTaybb Has this feature been PR'ed. I'm trying the library in PyCharm and can't see the progress bar.

erb13020 avatar Aug 21 '20 01:08 erb13020