Skip to main content

DearPyGui: A simple Python GUI Toolkit

Project description


Dear PyGui logo

A modern, fast and powerful GUI framework for Python

Python versions

PYPI

Downloads

MIT License

static-analysis

static-analysis

Deployment

Documentation Status

Features

Installation

How To Use

Demo

Resources

Support

Tech stack

Credits

License

Gallery


Themes

Features

  • Modern look — Complete theme and style control

  • Great performance — GPU-based rendering and efficient C/C++ code

  • Stable operation — Asynchronous function support

  • Fast graphs — Display over 1 million datapoints at 60 fps, zoom and pan

  • Node editor — Intuitive user interaction

  • Built-in demo — Quickly learn all features

  • Developer tools — Theme and resource inspection, runtime metrics, debugger

  • Cross-platform — Windows, Linux, MacOS

  • MIT license

        

        

Installation

Ensure you have at least Python 3.7 64bit.


pip install dearpygui

or

pip3 install dearpygui

How to use?

Using Dear PyGui is as simple as the following Python script.

import dearpygui.dearpygui as dpg



def save_callback():

    print("Save Clicked")



dpg.create_context()

dpg.create_viewport()

dpg.setup_dearpygui()



with dpg.window(label="Example Window"):

    dpg.add_text("Hello world")

    dpg.add_button(label="Save", callback=save_callback)

    dpg.add_input_text(label="string")

    dpg.add_slider_float(label="float")



dpg.show_viewport()

dpg.start_dearpygui()

dpg.destroy_context()

Dear PyGui example window

Demo

The built-in demo shows all of Dear PyGui's functionality. Use this code to run the demo. The following impression shows a few, but not nearly all, of the available widgets and features. Since the Python code of the demo can be inspected, you can leverage the demo code to build your own apps.



Dear PyGui demo

Resources

Support

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

Chat on Discord       Reddit

Tech stack

Dear PyGui is built on top of Dear ImGui, including the ImPlot and imnodes extensions, and is fundamentally different than other Python GUI frameworks. Under the hood, it uses the immediate mode paradigm and your computer's GPU to facilitate extremely dynamic interfaces. In the same manner Dear ImGui provides a simple way to create tools for game developers, Dear PyGui provides a simple way for python developers to create quick and powerful GUIs for scripts. Dear PyGui is written in C/C++ resulting in highly performant Python applications. Dear PyGui is currently supported on the following platforms.


| Platform | Graphics API | Newest Version |

|:---------|:-------------|:---------------|

| Windows 10 | DirectX 11 | PYPI |

| macOS | Metal | PYPI |

| Linux | OpenGL 3 | PYPI |

| Raspberry Pi 4 | OpenGL ES | PYPI |

Credits

License

Dear PyGui is licensed under the MIT License.

Sponsor

Continued maintenance and development are a full-time endeavor which we would like to sustain and grow. Ongoing development is financially supported by users and private sponsors. If you enjoy Dear PyGui please consider becoming a sponsor or buy us a cup of coffee.

     

Gallery

Plotting/Graphing

Dear PyGui includes a plotting API built with ImPlot

        

        

        

        

Node Editor

Dear PyGui includes a node editor built with imnodes

Canvas

Dear PyGui includes a drawing API to create custom drawings, plot, and even 2D games.


BasicUsageExample

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

dearpygui-1.10.0-cp311-cp311-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.11Windows x86-64

dearpygui-1.10.0-cp311-cp311-manylinux1_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.11

dearpygui-1.10.0-cp311-cp311-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

dearpygui-1.10.0-cp311-cp311-macosx_10_6_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.11macOS 10.6+ x86-64

dearpygui-1.10.0-cp310-cp310-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.10Windows x86-64

dearpygui-1.10.0-cp310-cp310-manylinux1_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.10

dearpygui-1.10.0-cp310-cp310-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

dearpygui-1.10.0-cp310-cp310-macosx_10_6_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.10macOS 10.6+ x86-64

dearpygui-1.10.0-cp39-cp39-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.9Windows x86-64

dearpygui-1.10.0-cp39-cp39-manylinux1_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.9

dearpygui-1.10.0-cp39-cp39-macosx_11_0_arm64.whl (1.8 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

dearpygui-1.10.0-cp39-cp39-macosx_10_6_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.9macOS 10.6+ x86-64

dearpygui-1.10.0-cp38-cp38-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.8Windows x86-64

dearpygui-1.10.0-cp38-cp38-manylinux1_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.8

dearpygui-1.10.0-cp38-cp38-macosx_10_6_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.8macOS 10.6+ x86-64

dearpygui-1.10.0-cp37-cp37m-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.7mWindows x86-64

dearpygui-1.10.0-cp37-cp37m-manylinux1_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.7m

dearpygui-1.10.0-cp37-cp37m-macosx_10_6_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.7mmacOS 10.6+ x86-64

File details

Details for the file dearpygui-1.10.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: dearpygui-1.10.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for dearpygui-1.10.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b697fc0d5c17b0612ed82bd65eda791d4871dda9d4d7c48a43d5093a7f04f3b8
MD5 a6088be89b85072aeb9adf74a4ca2c7b
BLAKE2b-256 228cf17f45b1b632b6deb099e6ace31000ee20ab8533d6213c527140fb0ee566

See more details on using hashes here.

File details

Details for the file dearpygui-1.10.0-cp311-cp311-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for dearpygui-1.10.0-cp311-cp311-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 616907fc1a50d17587ba689e14490aa38b012df58decd2d747fc59acb3a1f4fe
MD5 5bfbd480b8dc2bb1979f098d3adf80b9
BLAKE2b-256 12d3798defcd6e394ef62c15256b6ca4d383567f83d44b097d1ce25fe4d04e55

See more details on using hashes here.

File details

Details for the file dearpygui-1.10.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

  • Download URL: dearpygui-1.10.0-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for dearpygui-1.10.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ab6ee39a29f51a3c836a4c5562db5198ea6d161c9484136035324b97b0cad754
MD5 728266c8328595e1a898c30c2f943113
BLAKE2b-256 3902be3917a7b38b283821fd319c8ed37d2b300895de2a02c422e87180bf46f3

See more details on using hashes here.

File details

Details for the file dearpygui-1.10.0-cp311-cp311-macosx_10_6_x86_64.whl.

File metadata

File hashes

Hashes for dearpygui-1.10.0-cp311-cp311-macosx_10_6_x86_64.whl
Algorithm Hash digest
SHA256 8f676b5f81bb56352602ac3b88a72ad12c412aa90db3ade1243caf0efa317147
MD5 f0fc979c87a7a334a1d871db26feaf36
BLAKE2b-256 b435034bb67a5610a47651990322f188e08c630fd3bb7fd161b9efa0d4cf5b9a

See more details on using hashes here.

File details

Details for the file dearpygui-1.10.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: dearpygui-1.10.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for dearpygui-1.10.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f580a25cbb067f548a377875a82171cceb5f803591775db7b56687945ecc5841
MD5 a84006e3ca0d115200ef3551dc58fe19
BLAKE2b-256 6cf914f094113937100cbd00b09229a0695ae3a069f2d1866c13808fa5430785

See more details on using hashes here.

File details

Details for the file dearpygui-1.10.0-cp310-cp310-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for dearpygui-1.10.0-cp310-cp310-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 52fb640ac00f385f31a86666301228f7608f76b07eaa37f1bbf86809d6efae0b
MD5 5b832dc984f196f879bae48323c6e69b
BLAKE2b-256 3d6f2c1663ef115042fa3c3f6266186dc074289030801389ec4a0b3897db75d0

See more details on using hashes here.

File details

Details for the file dearpygui-1.10.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: dearpygui-1.10.0-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for dearpygui-1.10.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 970f42ac7a54ad9cf90489a8a767770e4a7631d1a5844c493d24d02e43ca2249
MD5 1a80da19348271917d466628fc274f25
BLAKE2b-256 8c4bffea9c11f5f636a5df8f7c8e467d8a3fff435013585178b0679889adb0f3

See more details on using hashes here.

File details

Details for the file dearpygui-1.10.0-cp310-cp310-macosx_10_6_x86_64.whl.

File metadata

File hashes

Hashes for dearpygui-1.10.0-cp310-cp310-macosx_10_6_x86_64.whl
Algorithm Hash digest
SHA256 e3c9184bca4ce1192d0ea78fa44581a5ebfae0ea2738570f83a0c1b93d7fe067
MD5 77f29bbc5966f7ee6602c837d1338fdf
BLAKE2b-256 f56490db58f59c68a9fed6f8ddf52140470ebdd37db804823bcf0509d9003eab

See more details on using hashes here.

File details

Details for the file dearpygui-1.10.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: dearpygui-1.10.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for dearpygui-1.10.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 59342047f413ed53c545b179aa191767ddd76ad03ba6c3828d041ef5d9cfe26f
MD5 bf7afc136597d411a54176341375323a
BLAKE2b-256 2a9094dd8d9136390bc68244594c82c63f7e291092004cd1a3e751fdff0dd16c

See more details on using hashes here.

File details

Details for the file dearpygui-1.10.0-cp39-cp39-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for dearpygui-1.10.0-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8d1028b663bd69efa3cf89e210f7b3eca02ac36a7e184b5534f5e5c776feb16d
MD5 fdc62de68d4afb82342ada4e9ec9e4bc
BLAKE2b-256 e930ff6b066f8c456623f73a9c603ff2c9a327a23dd3d1848153a13186ac00d4

See more details on using hashes here.

File details

Details for the file dearpygui-1.10.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: dearpygui-1.10.0-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for dearpygui-1.10.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fd466db6aa6c9754cfb6bdffef74ba0e5aaa2b1c330dc9d0e4dc2197223fcdd6
MD5 4fb36131b6c75a3ff01087369ac7bb85
BLAKE2b-256 c86d10cab7504be50839b3549112ebedc3c00dc9cbc63233065251332d0053d5

See more details on using hashes here.

File details

Details for the file dearpygui-1.10.0-cp39-cp39-macosx_10_6_x86_64.whl.

File metadata

File hashes

Hashes for dearpygui-1.10.0-cp39-cp39-macosx_10_6_x86_64.whl
Algorithm Hash digest
SHA256 89b0c973073f73e08275480fd6e5162bf30623910af6ffd405bdac6eb4943ec7
MD5 f56d68d017f214b94bff4ba4e5d38473
BLAKE2b-256 095f049d6eb3e7dfb794a5fef9736902a782df05699c6c8b0531149afd70fa40

See more details on using hashes here.

File details

Details for the file dearpygui-1.10.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: dearpygui-1.10.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for dearpygui-1.10.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 fcda36f7b86ce68d98eafc743d4ff43f3fb70d1b02ee146bf37fc66f753e0d7f
MD5 68c4007accf182d9022ad89e53565425
BLAKE2b-256 cc615531d07e23db4640a875bc688cf48b29d7351ee7bdfcf4a0bae8cb12235f

See more details on using hashes here.

File details

Details for the file dearpygui-1.10.0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for dearpygui-1.10.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8525dff74c75ec3ae9969e2dc36e61984b3ea89b2f1245e5c95fd3b816f22741
MD5 7e8bbebbec65b9baec8e9a170c92d027
BLAKE2b-256 106a71fbe0deaf2c0501749a3b131eaed8f883fd6131f1ffd13532c53b094892

See more details on using hashes here.

File details

Details for the file dearpygui-1.10.0-cp38-cp38-macosx_10_6_x86_64.whl.

File metadata

File hashes

Hashes for dearpygui-1.10.0-cp38-cp38-macosx_10_6_x86_64.whl
Algorithm Hash digest
SHA256 59c5fae21fa916d7100cc0d1bcc62837b37815aea962fff3d2c9c5b725107c38
MD5 c0a735b27324e76322596bdd3693d9e1
BLAKE2b-256 10efbc6050101d404567e3266e0fa5f9818531e3672c99e58e383d5d2ca1a3e1

See more details on using hashes here.

File details

Details for the file dearpygui-1.10.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: dearpygui-1.10.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for dearpygui-1.10.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 1a4ac7ef9a585dcfd2214629c0997a80efb45be598dbdea445129f6d623b2bc8
MD5 e3971a2e25edb6c1fa5ab56722a0ae65
BLAKE2b-256 f09cf65d5defe2cfae4010913e7b85963feae2f141572bd4c5476b503b3f7cd8

See more details on using hashes here.

File details

Details for the file dearpygui-1.10.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for dearpygui-1.10.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8d274f59ec0652991a75dc4e5e383d168c8c3960cf57797ee6bca6576027ef94
MD5 767415533a0dec5348025139a7b8ceaa
BLAKE2b-256 5fd401ca8387f5456f2c2753e736c9147d92f2926eae43356acb7abe422f820b

See more details on using hashes here.

File details

Details for the file dearpygui-1.10.0-cp37-cp37m-macosx_10_6_x86_64.whl.

File metadata

File hashes

Hashes for dearpygui-1.10.0-cp37-cp37m-macosx_10_6_x86_64.whl
Algorithm Hash digest
SHA256 7183ca9e3aa168d920b3cbb97afcf31b62eadefe5778a5365af0348e37e7f683
MD5 16846d9421d4795ffc04eea4bc6510b6
BLAKE2b-256 774715d3e5ae8d523b0759f74b52b9f2e777a05085741e2b83e1023085d54cd2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page