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

https://github.com/mathspp/textual-todo

A simple TODO app built with Textual.
https://github.com/mathspp/textual-todo

python python-3 terminal textual tui tutorial

Last synced: 3 months ago
JSON representation

A simple TODO app built with Textual.

Awesome Lists containing this project

README

          

# Textual TODO App

A simple TODO app built with Textual in Python.
Mostly for demonstration and educational purposes.
[See the related tutorial here][tutorial].

![](_static_app_demo.png)

## Installation

Install with pip:

```
python -m pip install textual-todo
```

To run:

```
todo
```

## Build it yourself – tutorial

[Read the tutorial here!][tutorial]

## GIF demo

![](_app_demo.gif)

[tutorial]: https://mathspp.com/blog/textual-tutorial-build-a-todo-app-in-python