iTaybb / pySmartDL

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

Progress of download is not shown in PyCharm Run Console #36

Open rominf opened 5 years ago

rominf commented 5 years ago

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.

iTaybb commented 5 years ago

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

erb13020 commented 4 years ago

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