How can I update multi lines in python after print them?
Like this example:
Something like tput
( https://linux.die.net/man/1/tput ) inside python.
Thanks
How can I update multi lines in python after print them?
Like this example:
Something like tput
( https://linux.die.net/man/1/tput ) inside python.
Thanks
Have you looked at the package rich
? I believe it can do something like what you want.