pySmartDL
pySmartDL copied to clipboard
Progress of download is not shown in PyCharm Run Console
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.
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
@rominf @iTaybb Has this feature been PR'ed. I'm trying the library in PyCharm and can't see the progress bar.