I have a Python script which takes a long time to run. I\'d quite like to have the command line output to have a little \'waiting\' animation, much like the swirly circle we
Python's built-in curses package contains utilities for controlling what is printed to a terminal screen.