Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morishin/spinner
Show spinner animation during processing
https://github.com/morishin/spinner
Last synced: 23 days ago
JSON representation
Show spinner animation during processing
- Host: GitHub
- URL: https://github.com/morishin/spinner
- Owner: morishin
- License: mit
- Created: 2014-12-23T22:16:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-05T12:21:37.000Z (almost 9 years ago)
- Last Synced: 2024-09-21T18:50:27.411Z (about 2 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# spinner
## Install
`pip install git+ssh://[email protected]/morishin/spinner.git`## Usage
This module shows spinner animation during the process within `with` block```python
from spinner import Spinwith Spin():
while True:
pass
```![](https://i.gyazo.com/7e82d3638f2ad65a2b745a5ec4e4436f.gif)
## Option
```python
from spinner import Spin, SpinnerTypewith Spin(type=SpinnerType.shobon):
while True:
pass
```![](https://i.gyazo.com/6aeaab5b3d3e729da143852498c84057.gif)
KAWAII!!!!!!!!
## License
MIT