Skip to content

quantum-quirks/spinher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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+

Releases

No releases published

Packages

No packages published

Languages