Spinher is a Python module which shows the user progress whenever a Command-Line application is launched. The whirl()
function does all the magic.
Example usage:
with spinher.whirl():
activity_one()
activity_two()
pip install spinher
Python 2.7+