Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个 Python 脚本来使用 API 下载数据。我还使用 PySimpleGUI 在其上放置了一个简单的 GUI。
但是,在下载数据时,我想显示一个不确定的进度条或类似的东西,下载完成后它将自行退出。
有没有办法实现这个要求?