TerminalUI
A Python Terminal User Interface based on urwid with asynchronous input/output that can be easily expanded to your application
Install / Use
/learn @jmount1992/TerminalUIREADME
TerminalUI
A Python Package that allows for the easily development of Terminal User Interfaces that require asynchronous read/write. Features include:
- TerminalUI class which handles user keypresses, simply pass it your command entered function
- Asynchronous read/write capabilities
- Configurable options panel for configuring your application at runtime
- Options can either be a list of selectable values or an editable value
- Several other features
The package is built upon urwid. This means, unfortunately, based on how the TerminalUI class is currently implemented it will not work with on Windows. It will however, work with the Windows Linux Subsystem (WSL). Here is a guide on how to enable WSL on Windows 10.

Installation
To install via pip
pip3 install terminalui
To install from source (with symlink so updates to source are immediately reflected in packages that utilise TerminalUI)
git clone https://github.com/jmount1992/TerminalUI.git
python3 -m pip install --user --upgrade setuptools wheel
python3 setup.py sdist bdist_wheel
pip3 install -e .
Documentation
Additional documentation will be coming in the future. For now check out the examples and the docstrings in the TerminalUI class.
Related Skills
node-connect
345.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
104.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
345.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
345.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
