Answer the question
In order to leave comments, you need to log in
How to display several Progress bars at the same time in the console in Python?
How to display several Progress bars at the same time in a multi-threaded program written in Python, in the console?
I found many examples of how to display the Progress bar sequentially, but did not find a single one, how to display several at the same time.
Each Progress bar is responsible for its own flow.
It should look like this:
Thread 1 (10/100) ########## Thread
2 (7/100) ####### Thread
3 (20/100) ####### #############
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question