pip install git+ssh://git@github.com/morishin/spinner.git
This module shows spinner animation during the process within with block
from spinner import Spin
with Spin():
while True:
passfrom spinner import Spin, SpinnerType
with Spin(type=SpinnerType.shobon):
while True:
passKAWAII!!!!!!!!
MIT

