# Click Spinner
[](https://pypi.python.org/pypi/click-spinner/) [](https://travis-ci.org/click-contrib/click-spinner)
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:
```py
with click_spinner.spinner():
do_something()
do_something_else()
```
It looks like this:

Spinner class based on on a [gist by @cevaris](https://gist.github.com/cevaris/79700649f0543584009e).
Introduced in [PR #649](https://github.com/pallets/click/pull/649).
## Install
```
pip install click-spinner
```
Supports Python 2.7 and 3.
## Authors
- Yoav Ram (@yoavram)
- Andreas Maier (@andy-maier)
[](https://pypi.python.org/pypi/click-spinner/) [](https://travis-ci.org/click-contrib/click-spinner)
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:
```py
with click_spinner.spinner():
do_something()
do_something_else()
```
It looks like this:

Spinner class based on on a [gist by @cevaris](https://gist.github.com/cevaris/79700649f0543584009e).
Introduced in [PR #649](https://github.com/pallets/click/pull/649).
## Install
```
pip install click-spinner
```
Supports Python 2.7 and 3.
## Authors
- Yoav Ram (@yoavram)
- Andreas Maier (@andy-maier)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
click-spinner-0.1.5.tar.gz
(18.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file click-spinner-0.1.5.tar.gz.
File metadata
- Download URL: click-spinner-0.1.5.tar.gz
- Upload date:
- Size: 18.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd7b630bbb465f1457204f0f483b56c4054adef72b073f7da3e01d1c1b9d3716
|
|
| MD5 |
21c4f698ff11076f5538df37e5ce2eb2
|
|
| BLAKE2b-256 |
61ad6af9b2524baaea3c34fecb4ae51d5400e2a2e9d06b98057b73531c684d8f
|
File details
Details for the file click_spinner-0.1.5-py2.7.egg.
File metadata
- Download URL: click_spinner-0.1.5-py2.7.egg
- Upload date:
- Size: 4.6 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dafa2f09b0a8aa50cdbbea706436973e98063ea0d3d9f6b87ec0fd8c97f51683
|
|
| MD5 |
49a351cd00ed14bf7313fb423fa1f10a
|
|
| BLAKE2b-256 |
050b1aaac799fb160a8fdf915a9a166106cb74b5d044c7c3cf3e274303f857b2
|