I have created a Python Script to download data using an API. And I have put a simple GUI on top of it as well using PySimpleGUI.
However, while the data is being downloaded, I want to show a indeterminate progressbar or something like that, which will exit on its own after the download completes.
Is there any way to implement this requirement?
