mirror of
https://github.com/not-kennethreitz/blindspin.git
synced 2026-06-05 23:10:18 +00:00
5ff4caaf83f252da5b3652e4474fb314b9cacbd7
This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
BlindSpin: Braille Spinner for Python
=====================================
Sometimes you would just like to show the user some progress,
but a progress bar is not suitable because you don’t know how much longer it would take.
In these cases you might want to display a simple spinner using the `spinner()` function.
Example usage::
with blindspin.spinner():
do_something()
do_something_else()
It looks like this:
insert gif here
Spinner class based on on a [gist by @cevaris](https://gist.github.com/cevaris/79700649f0543584009e).
## Install
```
pip install blindspin
```
Supports Python 2.7 and 3.
## Based on the work of:
- Yoav Ram (@yoavram)
- Andreas Maier (@andy-maier)
Description
Languages
Python
100%