Spinner for Click
Project Links
Meta
Author: Yoav Ram
Requires Python: <4,>=3.8
Classifiers
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:
with click_spinner.spinner():
do_something()
do_something_else()
It looks like this:

Spinner class based on on a gist by @cevaris.
Introduced in PR #649.
Install
pip install click-spinner
Supports Python 3.8+.
For Python <3.8, use v0.1.11.
Authors
- @yoavram
- @andy-maier
- @AdrienPensart
0.2.0
Jun 23, 2026
0.1.11
Jun 23, 2026
0.1.10
Apr 24, 2020
0.1.8
May 09, 2018
0.1.7
Feb 06, 2017
0.1.6
Dec 15, 2016
0.1.5
Dec 08, 2016
0.1.4
Dec 07, 2016
0.1.3
Oct 05, 2016
0.1.1
Sep 04, 2016
Wheel compatibility matrix
Files in release
No dependencies