Skip to content

Textual-Window
Documentation and Guide

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

Apologies, as this library is still in development, the API may change frequently and there is not yet any documentation on how to use it. However, you can refer to the demo app for examples of how to use the components.

API Reference

You can find the full API reference on the reference page.