# DearPyGui-Examples
**Repository Path**: DataTraveler_0817/DearPyGui-Examples
## Basic Information
- **Project Name**: DearPyGui-Examples
- **Description**: Examples that demonstrate the python GUI library DearPyGui.
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: 0.7.0
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-06-19
- **Last Updated**: 2021-06-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
(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](https://github.com/hoffstadt/DearPyGui).
---
## Repo Directory
[DPG Docs example page](https://github.com/hoffstadt/DearPyGui/wiki/Examples) 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
- [Online Documentation](https://github.com/hoffstadt/DearPyGui/wiki) for comprehensive documentation examples and tutorials.
- 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:
- [Discord Forum](https://discord.gg/tyE7Gu4)
- [Reddit](https://www.reddit.com/r/DearPyGui/)