I'm trying to make a little interface for an app that downloads svgs #3356
Unanswered
manusoftar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a list of files that will be downloaded so I know the amount beforehand.
I also know that some files can fail, I will now as I try to download em with requests.get if they file did open or not.
I wanted to make a simple Layout, mi idea is to have a Header like the one on the fullscreen.py example,
then a couple of Panels that should display two counters ("Files downloaded", "Files failed") and lastly a progressbar to show the overall progress that would display percentage and time spent.
I more or less created the layout but can't find a way to update the counters inside the panels...
Any idea??
Beta Was this translation helpful? Give feedback.
All reactions