1
It is possible to make a status report of the script via terminal?
For example, I have a function called test, before it is executed, the script displays in the terminal:
'Run test ################################################################################## ]'
And after the execution of the function steps, it would replace the Loading by 'OK' getting:
'Run test ################################################################################## ]'
How to do this or something similar to this in Python?
It is not duplicated no. What he wants is to know how to print and change the text on the same line.
– JeanExtreme002
@Jeanextreme002 And that is exactly what is discussed in the other question. There I even say how to circumvent the limitation of
\r
when the string is smaller than the previous one. You might want to stop by and see.– Woss
Vish, sorry. I hadn’t read the right answer to the other kkkk question. It really is duplicated, I ask forgiveness.
– JeanExtreme002