Description
Shows animated progress spinners in terminal-based Python tools. It helps command-line programs indicate that a task is still running while waiting for downloads, builds, checks, or other long operations.
Developers use it as a user-interface helper for CLI applications. It does not perform the task itself; it only improves feedback, so pair it with clear success and error messages.