Skip to content

Textual-Window

Link to Github Repository

Installation

pip install textual-window

Or using uv:

uv add textual-window

Demo app

You can instantly try out the demo app using uv or pipx:

uvx textual-window
pipx run textual-window

Or if you have it downloaded into your python environment, run it using the entry script:

textual-window

For uv users, after adding it to your environment:

uv run textual-window

Getting Started

Import into your project with:

from textual_window import Window, WindowBar, WindowSwitcher

Full demonstration

COMING SOON

Messages

COMING SOON