Skip to content

cli_spinners

CLI spinner context managers add an animated spinner to long-running tasks.

Example:

SimpleSpinner() CLI
with SimpleSpinner("Demo spinner... "):
    time.sleep(15)