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.
- Host: GitHub
- URL: https://github.com/mathspp/textual-todo
- Owner: mathspp
- License: mit
- Created: 2023-03-15T13:50:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T15:37:02.000Z (over 2 years ago)
- Last Synced: 2025-04-13T22:12:33.509Z (6 months ago)
- Topics: python, python-3, terminal, textual, tui, tutorial
- Language: Python
- Homepage: https://mathspp.com/blog/textual-tutorial-build-a-todo-app-in-python
- Size: 385 KB
- Stars: 20
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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].
## Installation
Install with pip:
```
python -m pip install textual-todo
```To run:
```
todo
```## Build it yourself – tutorial
[Read the tutorial here!][tutorial]
## GIF demo

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