You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: