pyui

A declarative GUI framework for Python using PySDL2.


License
BSD-3-Clause
Install
pip install pyui==0.1.0

Documentation

Getting Started

pip install -r requirements.txt
python -m examples.demo

See the examples directory for examples of using PyUI. Here's a TodoMVC app:

PyUI TodoMVC