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
- Host: GitHub
- URL: https://github.com/dcwatson/pyui
- Owner: dcwatson
- License: mit
- Created: 2020-02-21T20:23:22.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-07-31T13:50:20.000Z (almost 2 years ago)
- Last Synced: 2025-03-13T18:18:42.664Z (about 1 year ago)
- Language: Python
- Homepage: https://pyui.net
- Size: 16.5 MB
- Stars: 25
- Watchers: 2
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
