textual-wrapper
0.4.0
  • Home

API Reference

  • textual_wrapper.child
  • textual_wrapper.keycodes
  • textual_wrapper.types
  • textual_wrapper.wrapper

Contributing

  • Overview
  • Coding style
  • Automated tests
  • Type Annotations
  • Build documentation locally
  • Downloading source code
  • License

Links

  • GitHub
textual-wrapper
  • »
  • textual-wrapper
  • Edit on GitHub

textual-wrapper

GUI window wrapper around a Textual app (or any other terminal program).

Docs

Documentation Build Status Docs Check Status

Tests

Linux Test Status

PyPI

PyPI - Package Version PyPI - Supported Python Versions PyPI - Supported Implementations PyPI - Wheel

Activity

GitHub last commit GitHub commits since tagged version Maintenance PyPI - Downloads

QA

CodeFactor Grade Flake8 Status mypy status

Other

License GitHub top language Requirements Status

Installation

python3 -m pip install textual-wrapper --user
python3 -m pip install git+https://github.com/domdfcoding/textual-wrapper@master --user

API Reference

  • textual_wrapper.child
    • ChildHelper
  • textual_wrapper.keycodes
    • Functions Keys
      • F1
      • F2
      • F3
      • F4
      • F5
      • F6
      • F7
      • F8
      • F9
      • F10
      • F11
      • F12
    • Ctrl key +
      • CTRL_AT
      • CTRL_A
      • CTRL_B
      • CTRL_C
      • CTRL_D
      • CTRL_E
      • CTRL_F
      • CTRL_G
      • CTRL_H
      • CTRL_I
      • CTRL_J
      • CTRL_K
      • CTRL_L
      • CTRL_M
      • CTRL_N
      • CTRL_O
      • CTRL_P
      • CTRL_Q
      • CTRL_R
      • CTRL_S
      • CTRL_T
      • CTRL_U
      • CTRL_V
      • CTRL_W
      • CTRL_X
      • CTRL_Y
      • CTRL_Z
      • CTRL_LSQ
      • CTRL_BS
      • CTRL_RSQ
      • CTRL_CARET
      • CTRL__
  • textual_wrapper.types
    • MenuOption
    • Wrapper
  • textual_wrapper.wrapper
    • Wrapper
    • textual_wrapper.wrapper.gtk
    • textual_wrapper.wrapper.gtk.base
      • MainWindow
      • Terminal
      • WrapperGtk
      • WrapperWindow
    • textual_wrapper.wrapper.gtk.unity
      • WrapperUnity
      • WrapperWindowUnity

Contributing

  • Overview
  • Coding style
  • Automated tests
  • Type Annotations
  • Build documentation locally
  • Downloading source code
    • Building from source
  • License

View the Function Index or browse the Source Code.

Browse the GitHub Repository

Next

© Copyright 2026 Dominic Davis-Foster

Built with Sphinx 5.3.0 using a theme provided by Read the Docs. Show Source.