xircon / DearPyGui-Examples

This is a spot for examples that demonstrate the abilities of the python UI library DearPyGui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dear PyGui

(This repo is available under a free and permissive license)

Dear PyGui-Examples

This is a repo for examples that demonstrate the abilities of the python UI library DearPyGui.


Repo Directory

DPG Docs example page Is a Directory including GIF of every example.


Build

To install required dependencies run pip install -r requirements.txt or pip3 install -r requirements.txt from the cloned repo directory on your computer.


Resources

  • Tutorials for getting started.
  • Online Documentation for official documentation.
  • Internal Documentation: Run the show_documentation() command from within the library to view an reference guide.

Requests

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.


Contribute

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.)

Support

If you are having issues or want to help, here are some places you can go:

About

This is a spot for examples that demonstrate the abilities of the python UI library DearPyGui

License:MIT License


Languages

Language:Python 100.0%