A
A
Andrey2019-01-23 22:35:43
Python
Andrey, 2019-01-23 22:35:43

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

2 answer(s)
V
Vadim Shatalov, 2019-01-23
@netpastor

https://github.com/tqdm/tqdm#ipython-jupyter-integ...

E
Emil Revencu, 2019-01-31
@Revencu

can run CLS every time and clear the console?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question