processing-spinner

Show spinner animation during processing


License
MIT
Install
pip install processing-spinner==0.2

Documentation

spinner

Install

pip install git+ssh://git@github.com/morishin/spinner.git

Usage

This module shows spinner animation during the process within with block

from spinner import Spin

with Spin():
    while True:
        pass

Option

from spinner import Spin, SpinnerType

with Spin(type=SpinnerType.shobon):
    while True:
        pass

KAWAII!!!!!!!!

License

MIT