eddy Yet another Python progress spinner. Original credit/idea goes to a StackOverflow post. Example import eddy import time eddy.start() time.sleep(3) eddy.stop() Testing Use pytest to run through all the presets: cd eddy pyest -s