Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rominf opened this issue Sep 6, 2019 · 2 comments
Open

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

rominf opened this issue Sep 6, 2019 · 2 comments

Comments

@rominf
Copy link

rominf commented Sep 6, 2019

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
Copy link
Owner

iTaybb commented Sep 6, 2019

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants