chiukapoor / Pardow

Downloader based on Parallel and Distributed Computing.
GNU General Public License v3.0
1 stars 2 forks source link

GUI hangs while downloading file. #1

Open chiukapoor opened 4 years ago

chiukapoor commented 4 years ago

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 commented 4 years ago

Would love to work on this issue