Open rominf opened 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
@rominf @iTaybb Has this feature been PR'ed. I'm trying the library in PyCharm and can't see the progress bar.
How to reproduce
Write ordinary code for downloading in some
.py
file: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.