This library provides a simple visual countdown widget, designed to subtly let the user know that a period of time is passing; essentially a simple "wait some time" progress bar.
Uses could be as a non-intrusive countdown in some sort of quiz application, or a cool-down display in an application that's waiting to hit a busy API endpoint again.
The package can be installed with pip
or related tools, for example:
$ pip install textual-countdown
Once installed, you can try a demo of the library with:
$ python -m textual_countdown
Please see the main documentation for the library for details on how to use it.
See the TODO tag in issues to see what I'm planning.