https://github.com/pcothren/dearpygui-examples
Repo for more advanced examples
https://github.com/pcothren/dearpygui-examples
dearpygui python
Last synced: about 1 year ago
JSON representation
Repo for more advanced examples
- Host: GitHub
- URL: https://github.com/pcothren/dearpygui-examples
- Owner: Pcothren
- License: mit
- Created: 2020-10-02T02:19:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T08:12:22.000Z (over 3 years ago)
- Last Synced: 2025-04-02T12:44:00.135Z (about 1 year ago)
- Topics: dearpygui, python
- Language: Python
- Homepage:
- Size: 216 KB
- Stars: 204
- Watchers: 11
- Forks: 48
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
(This repo is available under a free and permissive license)
## Overview
Docs are where basic dpg examples are at [Read the Docs](https://dearpygui.readthedocs.io/en/latest/index.html)
This is a repository for the example videos on [YouTube](https://www.youtube.com/channel/UCTMnJIjIB-h1hO6AvqG4KQw/featured)
Archives is old 0.8 examples that will be upgraded in the future
---
## 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.
---
## 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/)