An open API service indexing awesome lists of open source software.

https://github.com/davep/textual-countdown

A visual countdown timer for Textual applications
https://github.com/davep/textual-countdown

countdown python python3 terminal textual textual-framework timer widget

Last synced: about 2 months ago
JSON representation

A visual countdown timer for Textual applications

Awesome Lists containing this project

README

          

# textual-countdown

![Textual Countdown demo](https://raw.githubusercontent.com/davep/textual-countdown/main/docs/source/textual-countdown.gif)

[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/davep/textual-countdown/style-and-lint.yaml)](https://github.com/davep/textual-countdown/actions)
[![GitHub commits since latest release](https://img.shields.io/github/commits-since/davep/textual-countdown/latest)](https://github.com/davep/textual-countdown/commits/main/)
[![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/davep/textual-countdown)](https://github.com/davep/textual-countdown/issues)
[![GitHub Release Date](https://img.shields.io/github/release-date/davep/textual-countdown)](https://github.com/davep/textual-countdown/releases)
[![PyPI - License](https://img.shields.io/pypi/l/textual-countdown)](https://github.com/davep/textual-countdown/blob/main/LICENSE)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/textual-countdown)](https://github.com/davep/textual-countdown/blob/main/pyproject.toml)
[![PyPI - Version](https://img.shields.io/pypi/v/textual-countdown)](https://pypi.org/project/textual-countdown/)

## Introduction

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.

## Installing

The package can be installed with `pip` or related tools, for example:

```sh
$ pip install textual-countdown
```

## Demo

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

```sh
$ python -m textual_countdown
```

Please see [the main documentation for the
library](https://textual-countdown.davep.dev/) for details on how to use it.

## TODO

See [the TODO tag in
issues](https://github.com/davep/textual-countdown/issues?q=is%3Aissue+is%3Aopen+label%3ATODO)
to see what I'm planning.

[//]: # (README.md ends here)