Skip to content

Introduction

Textual Countdown demo
Demo application for textual-countdown

This library provides a simple visual countdown widget Textual applications, designed to subtly let the user know that a period of time is passing; essentially a simple "wait some time" progress bar.

Example uses for the widget 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.

Installing

textual-countdown is available from pypi and can be installed with pip or similar Python package tools:

$ pip install textual-countdown

Demo

Once installed, you can try a demo of the library with:

$ python -m textual_countdown

Requirements

The only requirement for this library, other than the standard Python library, is textual.