An open API service indexing awesome lists of open source software.

https://github.com/dcwatson/pyui

A declarative, cross-platform GUI framework (ala SwiftUI) written in Python using SDL2
https://github.com/dcwatson/pyui

Last synced: about 1 year ago
JSON representation

A declarative, cross-platform GUI framework (ala SwiftUI) written in Python using SDL2

Awesome Lists containing this project

README

          

## Getting Started

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

See [the examples directory](examples) for examples of using PyUI. Here's a [TodoMVC](http://todomvc.com) app:

![PyUI TodoMVC](docs/images/pyui-todomvc.png)