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

https://github.com/sombra-studio/pudu-ui

(Work in progress) UI library for Python based in pyglet
https://github.com/sombra-studio/pudu-ui

components-library pyglet python ui ui-components ui-library widgets

Last synced: 5 months ago
JSON representation

(Work in progress) UI library for Python based in pyglet

Awesome Lists containing this project

README

          

# pudu-ui

UI library for creating desktop apps with Python based in pyglet. It has
different components available.

## Examples

There are many examples using the UI components that you can find in the
_examples_ folder.

## Testing

To run them:

`python -m unittest -v tests`

This will run every test in the "_tests_" module, if you add new tests make sure to
import them into the "_\_\_init\_\_.py_" file of the "_tests_" folder.

## Dependencies

- pyglet

You can install the dependencies by running:

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