UI library for creating desktop apps with Python based in pyglet. It has different components available.
There are many examples using the UI components that you can find in the examples folder.
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.
- pyglet
You can install the dependencies by running:
python -m pip install -r requirements.txt