I want to run a script, which basicly shows things like:
Installing XXX... [DONE]
Now, at the moment, I use print to print the whole line AFTER the function has succeeded. However, I now want it to print "Installing xxx..." first, and AFTER the function has run, to add the "DONE" tag; but on the same line.
Any ideas?