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

GUI hangs while downloading file. #1

Open
chiukapoor opened this issue Oct 21, 2019 · 1 comment
Open

GUI hangs while downloading file. #1

chiukapoor opened this issue Oct 21, 2019 · 1 comment

Comments

@chiukapoor
Copy link
Owner

Tkinter runs in the main loop so while the file is downloading it freezes till the file is not downloaded. We need to run Tkinter in another thread so that it doesn't freeze the main loop.

@himanshunikhare-zz
Copy link

Would love to work on this issue

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

2 participants