(This repo is available under a free and permissive license)
This is a repo for examples that demonstrate the abilities of the python UI library DearPyGui.
DPG Docs example page Is a Directory including GIF of every example.
To install required dependencies run pip install -r requirements.txt
or pip3 install -r requirements.txt
from the cloned repo directory on your computer.
- Online Documentation for comprehensive documentation examples and tutorials.
- Internal Documentation: Run the show_documentation() command from within the library to view an reference guide.
If you would like to see an example case for a topic not already covered please create an issue with a detailed detailed description outlining the example.
Requirements for new examples:
- Be complete. It's okay to wait. Falling behind in commits to this repository is easily resolved as every example is an isolated app.
- Breif explination of features that are highlighted in the example. Preferably use text or treenode(bullet) widgets.
- Self contained, atleast as much as possible. the less resource files the better.
- Focus on the features being showcased. Only be as complex as necessary, overly complex examples may distract from the goal. (Ex. don't create a huge app if you only intend to showcase a button.)
If you are having issues or want to help, here are some places you can go: