/dpg-examples

DearPyGui API examples

Primary LanguagePythonMIT LicenseMIT

DearPyGUI-Examples

A growing set of example applets that draw support using the Dear PyGUI API, a Python GUI framework built upon the Dear ImGui library in C++.

The goal is to make all examples self-contained, as pure python as possible. They should also be fully compatible with the latest releases of the Dear PyGUI API.

Example Usage

Using the examples is easy. Open an example subfolder and run it's corresponding named .py file.

Installation

Requirements

MediaPlayer Example Requirements

  • ffmpeg
  • numpy
  • ffmpeg-python

Tilegame Example Requirements

  • numpy
  • Pillow

You can install Dear PyGUI from TestPyPI:

pip install -i https://test.pypi.org/simple/ dearpygui

Or you can simply copy the dearpygui package somewhere where Python can find it.

License

DearPyGui-examples is licensed under the MIT License.