Answer the question
In order to leave comments, you need to log in
Python how to output dynamic text?
Hi all! I want to do it using the example of loading in the console:
loading [|||||...]
loading [||||||..]
and I need to do it so that it's all in one line, and not every time with a new one lines.
Answer the question
In order to leave comments, you need to log in
As an option - use the library rich
: https://pypi.org/project/rich/
I like the tdqm library, a 3 line progress bar is added.
https://tqdm.github.io/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question