I want to run a script, which basically shows an output like this:
Installing XXX... [DONE]
Currently, I print Installi
Installi
print('\r' + 'something to be override', end='')
It means it will back the cursor to beginning, than will print something and will end in the same line. If in a loop it will start printing in the same place it starts.