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
- Host: GitHub
- URL: https://github.com/sombra-studio/pudu-ui
- Owner: sombra-studio
- License: mit
- Created: 2024-01-20T23:42:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-13T16:11:50.000Z (5 months ago)
- Last Synced: 2026-01-13T18:35:53.818Z (5 months ago)
- Topics: components-library, pyglet, python, ui, ui-components, ui-library, widgets
- Language: Python
- Homepage:
- Size: 1.21 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`