quantum-quirks / spinher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spinher

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()

Install

pip install spinher

Python 2.7+

About

License:MIT License


Languages

Language:Python 100.0%