https://github.com/hoffstadt/dearpygui_ext
Dear PyGui Extensions: A collection of useful tools, abstractions, and simplification layers built with/for Dear PyGui users.
https://github.com/hoffstadt/dearpygui_ext
cross-platform dearpygui graphics gui imgui linux macos python python-gui tools ui windows
Last synced: 8 months ago
JSON representation
Dear PyGui Extensions: A collection of useful tools, abstractions, and simplification layers built with/for Dear PyGui users.
- Host: GitHub
- URL: https://github.com/hoffstadt/dearpygui_ext
- Owner: hoffstadt
- License: mit
- Created: 2021-08-19T15:27:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T02:17:36.000Z (about 1 year ago)
- Last Synced: 2025-05-06T17:12:31.593Z (8 months ago)
- Topics: cross-platform, dearpygui, graphics, gui, imgui, linux, macos, python, python-gui, tools, ui, windows
- Language: Python
- Homepage: https://dearpygui-ext.readthedocs.io/en/latest/
- Size: 18.3 MB
- Stars: 96
- Watchers: 11
- Forks: 13
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
(This library is available under a free and permissive license however, if you Enjoy Dear PyGui please consider becoming a Sponsor)

[](https://pypi.org/project/dearpygui-ext/)
[](https://github.com/hoffstadt/DearPyGui_Ext/actions/workflows/BuildPackage.yml)
[](https://dearpygui-ext.readthedocs.io/en/latest/?badge=latest)
**Dear PyGui Extensions** is a collection of useful tools, abstractions, and simplification layers built with/for _Dear PyGui_ users.
## Installation
Ensure you have at least Python 3.6 64bit and _dearpygui_.
```
pip install dearpygui_ext
or
pip3 install dearpygui_ext
```
## Resources
[](https://discord.gg/tyE7Gu4)
[](https://www.reddit.com/r/DearPyGui/)
- [Documentation](https://github.com/hoffstadt/DearPyGui/wiki) comprehensive documentaion, tutorials, and examples.
- [Feature Tracker](https://github.com/hoffstadt/DearPyGui/projects/5) all proposed new features.
- [Bug Tracker](https://github.com/hoffstadt/DearPyGui/projects/1) current bugs and issues.
## Support
If you are having issues or want to help, here are some places you can go:
- [Github Discussions](https://github.com/hoffstadt/DearPyGui_Ext/discussions/)
- [Discord Forum](https://discord.gg/tyE7Gu4)
- [Reddit](https://www.reddit.com/r/DearPyGui/)
## Sponsors


If you enjoy _Dear PyGui_ and _Dear PyGui Extensions_ please consider becoming a [sponsor](https://github.com/hoffstadt/DearPyGui/wiki/Sponsors).
Ongoing _Dear PyGui_ development is financially supported by users and private sponsors.
These include:
* 🏢 [Anthony Tanbakuchi](https://github.com/kuchi) _Corporate Sponsor_
* 🏆 [Dean Keinan](https://github.com/deankeinan) _Partner Sponsor_
* 🏆 [何凌锋](https://github.com/Hedaozi) _Partner Sponsor_
* 🏆 [Anthony Doupe](https://github.com/Atlamillias) _Partner Sponsor_
* 🏆 [Ray Heasman](https://github.com/rheasman) _Partner Sponsor_
* 🏆 [Marco Studer](https://github.com/Mstpyt) _Partner Sponsor_
* 🏆 [Scripts](https://github.com/scriptslol) _Partner Sponsor_
* 🥇 [Caden Bloxham](https://github.com/cbxm) _Gold Sponsor_
* 🥇 [Yan Zaretskiy](https://github.com/mindv0rtex) _Gold Sponsor_
* 🥇 [Leron Gray](https://github.com/daddycocoaman) _Gold Sponsor_
* 🥇 [Trinnik](https://github.com/Trinnik) _Gold Sponsor_
* 🥇 [Barney Mannerings](https://github.com/barnabee) _Gold Sponsor_
* 🥇 [RB Blackstone](https://github.com/RBBlackstone) _Gold Sponsor_
* 🥇 [Charles Ray](https://github.com/ray-5050) _Gold Sponsor_
Thank you to all other [sponsors](https://github.com/hoffstadt/DearPyGui/wiki/Sponsors) for keeping this project moving forward!
## Credits
Developed by [Jonathan Hoffstadt](https://github.com/hoffstadt), [Preston Cothren](https://github.com/Pcothren), and every direct or indirect contributor.
[Omar Cornut](http://www.miracleworld.net/) for all his incredible work on [Dear ImGui](https://github.com/ocornut/imgui).
[Evan Pezent](http://evanpezent.com/) for all his work on [ImPlot](https://github.com/epezent/implot).
[Johann Muszynski](https://github.com/Nelarius) for all of his work on [imnodes](https://github.com/Nelarius/imnodes).
## License
_Dear PyGui_ and _Dear PyGui Extensions_ are licensed under the [MIT License](https://github.com/hoffstadt/DearPyGui_Ext/blob/master/LICENSE).