dearpygui


Namedearpygui JSON
Version 1.11.1 PyPI version JSON
download
home_pagehttps://github.com/hoffstadt/DearPyGui
SummaryDearPyGui: A simple Python GUI Toolkit
upload_time2024-03-15 02:51:04
maintainer
docs_urlNone
authorJonathan Hoffstadt and Preston Cothren
requires_python>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">

  <br>

  <a href="https://github.com/hoffstadt/DearPyGui"><img src="https://raw.githubusercontent.com/hoffstadt/DearPyGui/assets/readme/dpg_logo_button.png" alt="Dear PyGui logo"></a>

</h1>



<h4 align="center">A modern, fast and powerful GUI framework for Python</h4>



<h1></h1>



<p align="center">

  <a href=""><img src="https://img.shields.io/pypi/pyversions/dearpygui" alt="Python versions"></a>

  <a href="https://pypi.org/project/dearpygui/"><img src="https://img.shields.io/pypi/v/dearpygui" alt="PYPI"></a>

  <a href="https://pepy.tech/project/dearpygui"><img src="https://pepy.tech/badge/dearpygui" alt="Downloads"></a>

  <a href="#license"><img src="https://github.com/hoffstadt/DearPyGui/blob/assets/readme/mit_badge.svg" alt="MIT License"></a>

</p>



<p align="center">

   <a href="https://github.com/hoffstadt/DearPyGui/actions?workflow=Embedded%20Build"><img src="https://github.com/hoffstadt/DearPyGui/workflows/Embedded%20Build/badge.svg?branch=master" alt="static-analysis"></a>

   <a href="https://github.com/hoffstadt/DearPyGui/actions?workflow=Static%20Analysis"><img src="https://github.com/hoffstadt/DearPyGui/workflows/Static%20Analysis/badge.svg?branch=master" alt="static-analysis"></a>

   <a href="https://github.com/hoffstadt/DearPyGui/actions/workflows/Deployment.yml"><img src="https://github.com/hoffstadt/DearPyGui/actions/workflows/Deployment.yml/badge.svg?branch=master" alt="Deployment"></a>

   <a href="https://dearpygui.readthedocs.io/en/latest/?badge=latest"><img src="https://readthedocs.org/projects/dearpygui/badge/?version=latest" alt="Documentation Status"></a>

</p>



<h1></h1>



<p align="center">

  <a href="#features">Features</a> •

  <a href="#installation">Installation</a> •

  <a href="#how-to-use">How To Use</a> • 

  <a href="#demo">Demo</a> •

  <a href="#resources">Resources</a> •

  <a href="#support">Support</a> •

  <a href="#tech-stack">Tech stack</a> •

  <a href="#credits">Credits</a> •

  <a href="#license">License</a> •

  <a href="#gallery">Gallery</a>

</p>



<h1></h1>



<BR>![Themes](https://raw.githubusercontent.com/hoffstadt/DearPyGui/assets/linuxthemes.PNG) 

  

## 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**



<h1></h1>

<p align="center">

  <img src="https://raw.githubusercontent.com/wiki/epezent/implot/screenshots3/stem.gif" width="380">&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;<img src="https://raw.githubusercontent.com/wiki/epezent/implot/screenshots3/tables.gif" width="380">

</p>

<h1></h1>



<h1></h1>

<p align="center"> 

<img src="https://raw.githubusercontent.com/wiki/epezent/implot/screenshots3/pie.gif" width="380">&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;<img src="https://raw.githubusercontent.com/wiki/epezent/implot/screenshots3/candle.gif" width="380"> 

</p>

<h1></h1>

  

## Installation



Ensure you have at least Python 3.8 64bit.

 ```

 pip install dearpygui

 or

 pip3 install dearpygui

 ```

 

## How to use?

 

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

  

```Python

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()

```

<br/>

<p align="center"><a href="https://dearpygui.readthedocs.io/en/latest/tutorials/first-steps.html#first-run"><img src="https://raw.githubusercontent.com/hoffstadt/DearPyGui/assets/readme/first_app.gif" alt="Dear PyGui example window"></a></p>

                                                                                           

## Demo

The built-in demo shows all of Dear PyGui's functionality. Use [this code](https://dearpygui.readthedocs.io/en/latest/tutorials/first-steps.html#demo) 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 <a href="https://github.com/hoffstadt/DearPyGui/blob/master/dearpygui/demo.py" alt="demo code repository">inspected</a>, you can leverage the demo code to build your own apps.

<br/><br/>

<p align="center"><a href="https://dearpygui.readthedocs.io/en/latest/tutorials/first-steps.html#demo"><img src="https://raw.githubusercontent.com/hoffstadt/DearPyGui/assets/readme/demo.gif" alt="Dear PyGui demo"></a></p>

  

## Resources



- [API documentation](https://dearpygui.readthedocs.io/en/latest/index.html) :books: 

- [Development Roadmap](https://github.com/hoffstadt/DearPyGui/projects/4)

- [FAQ](https://github.com/hoffstadt/DearPyGui/discussions/categories/frequently-asked-questions-faq)

- [Feature Tracker](https://github.com/hoffstadt/DearPyGui/issues?q=is%3Aissue+is%3Aopen+label%3A%22type%3A+feature%22)

- [Bug Tracker](https://github.com/hoffstadt/DearPyGui/issues?q=is%3Aissue+is%3Aopen+label%3A%22type%3A+bug%22)

- [Useful code snippets demonstrating best practices](https://github.com/my1e5/dpg-examples)

- [Showcase apps including source code](https://github.com/hoffstadt/DearPyGui/wiki/Dear-PyGui-Showcase) :star:

- [Showcase apps made with older versions of Dear PyGui](https://github.com/hoffstadt/DearPyGui/wiki/Showcase-apps-older-Dear-PyGui-versions)

- [Useful tools and widgets](https://github.com/hoffstadt/DearPyGui/wiki/Tools-and-Widgets)

  

## 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/)



[![Chat on Discord](https://img.shields.io/discord/736279277242417272?logo=discord)](https://discord.gg/tyE7Gu4) &nbsp; &nbsp; &nbsp; [![Reddit](https://img.shields.io/reddit/subreddit-subscribers/dearpygui?label=r%2Fdearpygui)](https://www.reddit.com/r/DearPyGui/)



## Tech stack

Dear PyGui is built on top of <a href="https://github.com/ocornut/imgui" target="_blank">Dear ImGui</a>, including the [ImPlot](https://github.com/epezent/implot) and [imnodes](https://github.com/Nelarius/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. 

<br/>

  

| Platform | Graphics API | Newest Version |

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

| **Windows 10** | _DirectX 11_ | [![PYPI](https://img.shields.io/pypi/v/dearpygui)](https://pypi.org/project/dearpygui/) |

| **macOS** | _Metal_ | [![PYPI](https://img.shields.io/pypi/v/dearpygui)](https://pypi.org/project/dearpygui/) |

| **Linux** | _OpenGL 3_ | [![PYPI](https://img.shields.io/pypi/v/dearpygui)](https://pypi.org/project/dearpygui/) |

| **Raspberry Pi 4** | _OpenGL ES_ | [![PYPI](https://img.shields.io/badge/pypi-v1.6-blue)](https://img.shields.io/badge/pypi-v1.6-blue) |



  

## 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 is licensed under the [MIT License](https://github.com/hoffstadt/DearPyGui/blob/master/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](https://github.com/hoffstadt/DearPyGui/wiki/Sponsors) or buy us a [cup of coffee](https://www.buymeacoffee.com/DearPyGui).



<img src="https://img.shields.io/github/sponsors/hoffstadt?label=Github%20Sponsors">&nbsp; &nbsp; &nbsp; <img src="https://img.shields.io/opencollective/sponsors/dearpygui?label=Open%20Collective%20Sponsors">



## Gallery



#### Plotting/Graphing

_Dear PyGui_ includes a plotting API built with [ImPlot](https://github.com/epezent/implot)



<img src="https://raw.githubusercontent.com/wiki/epezent/implot/screenshots3/controls.gif" width="380">&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;<img src="https://raw.githubusercontent.com/wiki/epezent/implot/screenshots3/dnd.gif" width="380">



<img src="https://raw.githubusercontent.com/wiki/epezent/implot/screenshots3/query.gif" width="380">&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;<img src="https://raw.githubusercontent.com/wiki/epezent/implot/screenshots3/bars.gif" width="380">

  

<img src="https://raw.githubusercontent.com/wiki/epezent/implot/screenshots3/rt.gif" width="380">&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;<img src="https://raw.githubusercontent.com/wiki/epezent/implot/screenshots3/markers.gif" width="380">

  

<img src="https://raw.githubusercontent.com/wiki/epezent/implot/screenshots3/shaded.gif" width="380">&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;<img src="https://raw.githubusercontent.com/wiki/epezent/implot/screenshots3/heat.gif" width="380">





#### Node Editor

_Dear PyGui_ includes a node editor built with [imnodes](https://github.com/Nelarius/imnodes)

![](https://github.com/hoffstadt/DearPyGui/blob/assets/readme/nodes2.png)





#### Canvas

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

![](https://github.com/hoffstadt/DearPyGui/blob/assets/readme/tetris.png)





 ![](https://github.com/hoffstadt/DearPyGui/blob/assets/readme/3d.png)

 

 ![](https://github.com/hoffstadt/DearPyGui/blob/assets/readme/nodes1.png)

 

 ![](https://github.com/hoffstadt/DearPyGui/blob/assets/readme/space.png)

 

 ![](https://github.com/hoffstadt/DearPyGui/blob/assets/readme/snake.gif)

 

 ![](https://github.com/hoffstadt/DearPyGui/blob/assets/readme/drawing.png)

 

 <BR>![BasicUsageExample](https://github.com/hoffstadt/DearPyGui/blob/assets/canvas.png?raw=true)

 

 ![](https://github.com/hoffstadt/DearPyGui/blob/assets/readme/nodes3.png)

 

 ![](https://github.com/hoffstadt/DearPyGui/blob/assets/readme/3d1.png)

 

 ![](https://github.com/hoffstadt/DearPyGui/blob/assets/readme/game1.png)

 

 ![](https://github.com/hoffstadt/DearPyGui/blob/assets/readme/mandlebrot.gif)

 

 ![](https://github.com/hoffstadt/DearPyGui/blob/assets/readme/nodes4.png)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hoffstadt/DearPyGui",
    "name": "dearpygui",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Jonathan Hoffstadt and Preston Cothren",
    "author_email": "jonathanhoffstadt@yahoo.com",
    "download_url": "",
    "platform": null,
    "description": "<h1 align=\"center\">\r\n\r\n  <br>\r\n\r\n  <a href=\"https://github.com/hoffstadt/DearPyGui\"><img src=\"https://raw.githubusercontent.com/hoffstadt/DearPyGui/assets/readme/dpg_logo_button.png\" alt=\"Dear PyGui logo\"></a>\r\n\r\n</h1>\r\n\r\n\r\n\r\n<h4 align=\"center\">A modern, fast and powerful GUI framework for Python</h4>\r\n\r\n\r\n\r\n<h1></h1>\r\n\r\n\r\n\r\n<p align=\"center\">\r\n\r\n  <a href=\"\"><img src=\"https://img.shields.io/pypi/pyversions/dearpygui\" alt=\"Python versions\"></a>\r\n\r\n  <a href=\"https://pypi.org/project/dearpygui/\"><img src=\"https://img.shields.io/pypi/v/dearpygui\" alt=\"PYPI\"></a>\r\n\r\n  <a href=\"https://pepy.tech/project/dearpygui\"><img src=\"https://pepy.tech/badge/dearpygui\" alt=\"Downloads\"></a>\r\n\r\n  <a href=\"#license\"><img src=\"https://github.com/hoffstadt/DearPyGui/blob/assets/readme/mit_badge.svg\" alt=\"MIT License\"></a>\r\n\r\n</p>\r\n\r\n\r\n\r\n<p align=\"center\">\r\n\r\n   <a href=\"https://github.com/hoffstadt/DearPyGui/actions?workflow=Embedded%20Build\"><img src=\"https://github.com/hoffstadt/DearPyGui/workflows/Embedded%20Build/badge.svg?branch=master\" alt=\"static-analysis\"></a>\r\n\r\n   <a href=\"https://github.com/hoffstadt/DearPyGui/actions?workflow=Static%20Analysis\"><img src=\"https://github.com/hoffstadt/DearPyGui/workflows/Static%20Analysis/badge.svg?branch=master\" alt=\"static-analysis\"></a>\r\n\r\n   <a href=\"https://github.com/hoffstadt/DearPyGui/actions/workflows/Deployment.yml\"><img src=\"https://github.com/hoffstadt/DearPyGui/actions/workflows/Deployment.yml/badge.svg?branch=master\" alt=\"Deployment\"></a>\r\n\r\n   <a href=\"https://dearpygui.readthedocs.io/en/latest/?badge=latest\"><img src=\"https://readthedocs.org/projects/dearpygui/badge/?version=latest\" alt=\"Documentation Status\"></a>\r\n\r\n</p>\r\n\r\n\r\n\r\n<h1></h1>\r\n\r\n\r\n\r\n<p align=\"center\">\r\n\r\n  <a href=\"#features\">Features</a> \u2022\r\n\r\n  <a href=\"#installation\">Installation</a> \u2022\r\n\r\n  <a href=\"#how-to-use\">How To Use</a> \u2022 \r\n\r\n  <a href=\"#demo\">Demo</a> \u2022\r\n\r\n  <a href=\"#resources\">Resources</a> \u2022\r\n\r\n  <a href=\"#support\">Support</a> \u2022\r\n\r\n  <a href=\"#tech-stack\">Tech stack</a> \u2022\r\n\r\n  <a href=\"#credits\">Credits</a> \u2022\r\n\r\n  <a href=\"#license\">License</a> \u2022\r\n\r\n  <a href=\"#gallery\">Gallery</a>\r\n\r\n</p>\r\n\r\n\r\n\r\n<h1></h1>\r\n\r\n\r\n\r\n<BR>![Themes](https://raw.githubusercontent.com/hoffstadt/DearPyGui/assets/linuxthemes.PNG) \r\n\r\n  \r\n\r\n## Features  \r\n\r\n- **Modern look** \u2014 Complete theme and style control\r\n\r\n- **Great performance** \u2014  GPU-based rendering and efficient C/C++ code\r\n\r\n- **Stable operation** \u2014  Asynchronous function support\r\n\r\n- **Fast graphs** \u2014 Display over 1 million datapoints at 60 fps, zoom and pan\r\n\r\n- **Node editor** \u2014 Intuitive user interaction\r\n\r\n- **Built-in demo** \u2014 Quickly learn all features\r\n\r\n- **Developer tools** \u2014 Theme and resource inspection, runtime metrics, debugger\r\n\r\n- **Cross-platform** \u2014 Windows, Linux, MacOS\r\n\r\n- **MIT license**\r\n\r\n\r\n\r\n<h1></h1>\r\n\r\n<p align=\"center\">\r\n\r\n  <img src=\"https://raw.githubusercontent.com/wiki/epezent/implot/screenshots3/stem.gif\" width=\"380\">&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;<img src=\"https://raw.githubusercontent.com/wiki/epezent/implot/screenshots3/tables.gif\" width=\"380\">\r\n\r\n</p>\r\n\r\n<h1></h1>\r\n\r\n\r\n\r\n<h1></h1>\r\n\r\n<p align=\"center\"> \r\n\r\n<img src=\"https://raw.githubusercontent.com/wiki/epezent/implot/screenshots3/pie.gif\" width=\"380\">&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;<img src=\"https://raw.githubusercontent.com/wiki/epezent/implot/screenshots3/candle.gif\" width=\"380\"> \r\n\r\n</p>\r\n\r\n<h1></h1>\r\n\r\n  \r\n\r\n## Installation\r\n\r\n\r\n\r\nEnsure you have at least Python 3.8 64bit.\r\n\r\n ```\r\n\r\n pip install dearpygui\r\n\r\n or\r\n\r\n pip3 install dearpygui\r\n\r\n ```\r\n\r\n \r\n\r\n## How to use?\r\n\r\n \r\n\r\nUsing Dear PyGui is as simple as the following Python script.\r\n\r\n  \r\n\r\n```Python\r\n\r\nimport dearpygui.dearpygui as dpg\r\n\r\n\r\n\r\ndef save_callback():\r\n\r\n    print(\"Save Clicked\")\r\n\r\n\r\n\r\ndpg.create_context()\r\n\r\ndpg.create_viewport()\r\n\r\ndpg.setup_dearpygui()\r\n\r\n\r\n\r\nwith dpg.window(label=\"Example Window\"):\r\n\r\n    dpg.add_text(\"Hello world\")\r\n\r\n    dpg.add_button(label=\"Save\", callback=save_callback)\r\n\r\n    dpg.add_input_text(label=\"string\")\r\n\r\n    dpg.add_slider_float(label=\"float\")\r\n\r\n\r\n\r\ndpg.show_viewport()\r\n\r\ndpg.start_dearpygui()\r\n\r\ndpg.destroy_context()\r\n\r\n```\r\n\r\n<br/>\r\n\r\n<p align=\"center\"><a href=\"https://dearpygui.readthedocs.io/en/latest/tutorials/first-steps.html#first-run\"><img src=\"https://raw.githubusercontent.com/hoffstadt/DearPyGui/assets/readme/first_app.gif\" alt=\"Dear PyGui example window\"></a></p>\r\n\r\n                                                                                           \r\n\r\n## Demo\r\n\r\nThe built-in demo shows all of Dear PyGui's functionality. Use [this code](https://dearpygui.readthedocs.io/en/latest/tutorials/first-steps.html#demo) 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 <a href=\"https://github.com/hoffstadt/DearPyGui/blob/master/dearpygui/demo.py\" alt=\"demo code repository\">inspected</a>, you can leverage the demo code to build your own apps.\r\n\r\n<br/><br/>\r\n\r\n<p align=\"center\"><a href=\"https://dearpygui.readthedocs.io/en/latest/tutorials/first-steps.html#demo\"><img src=\"https://raw.githubusercontent.com/hoffstadt/DearPyGui/assets/readme/demo.gif\" alt=\"Dear PyGui demo\"></a></p>\r\n\r\n  \r\n\r\n## Resources\r\n\r\n\r\n\r\n- [API documentation](https://dearpygui.readthedocs.io/en/latest/index.html) :books: \r\n\r\n- [Development Roadmap](https://github.com/hoffstadt/DearPyGui/projects/4)\r\n\r\n- [FAQ](https://github.com/hoffstadt/DearPyGui/discussions/categories/frequently-asked-questions-faq)\r\n\r\n- [Feature Tracker](https://github.com/hoffstadt/DearPyGui/issues?q=is%3Aissue+is%3Aopen+label%3A%22type%3A+feature%22)\r\n\r\n- [Bug Tracker](https://github.com/hoffstadt/DearPyGui/issues?q=is%3Aissue+is%3Aopen+label%3A%22type%3A+bug%22)\r\n\r\n- [Useful code snippets demonstrating best practices](https://github.com/my1e5/dpg-examples)\r\n\r\n- [Showcase apps including source code](https://github.com/hoffstadt/DearPyGui/wiki/Dear-PyGui-Showcase) :star:\r\n\r\n- [Showcase apps made with older versions of Dear PyGui](https://github.com/hoffstadt/DearPyGui/wiki/Showcase-apps-older-Dear-PyGui-versions)\r\n\r\n- [Useful tools and widgets](https://github.com/hoffstadt/DearPyGui/wiki/Tools-and-Widgets)\r\n\r\n  \r\n\r\n## Support\r\n\r\n\r\n\r\nIf you are having issues or want to help, here are some places you can go.\r\n\r\n  - [Discord Forum](https://discord.gg/tyE7Gu4) \ud83d\udcac\r\n\r\n  - [Reddit](https://www.reddit.com/r/DearPyGui/)\r\n\r\n\r\n\r\n[![Chat on Discord](https://img.shields.io/discord/736279277242417272?logo=discord)](https://discord.gg/tyE7Gu4) &nbsp; &nbsp; &nbsp; [![Reddit](https://img.shields.io/reddit/subreddit-subscribers/dearpygui?label=r%2Fdearpygui)](https://www.reddit.com/r/DearPyGui/)\r\n\r\n\r\n\r\n## Tech stack\r\n\r\nDear PyGui is built on top of <a href=\"https://github.com/ocornut/imgui\" target=\"_blank\">Dear ImGui</a>, including the [ImPlot](https://github.com/epezent/implot) and [imnodes](https://github.com/Nelarius/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. \r\n\r\n<br/>\r\n\r\n  \r\n\r\n| Platform | Graphics API | Newest Version |\r\n\r\n|:---------|:-------------|:---------------|\r\n\r\n| **Windows 10** | _DirectX 11_ | [![PYPI](https://img.shields.io/pypi/v/dearpygui)](https://pypi.org/project/dearpygui/) |\r\n\r\n| **macOS** | _Metal_ | [![PYPI](https://img.shields.io/pypi/v/dearpygui)](https://pypi.org/project/dearpygui/) |\r\n\r\n| **Linux** | _OpenGL 3_ | [![PYPI](https://img.shields.io/pypi/v/dearpygui)](https://pypi.org/project/dearpygui/) |\r\n\r\n| **Raspberry Pi 4** | _OpenGL ES_ | [![PYPI](https://img.shields.io/badge/pypi-v1.6-blue)](https://img.shields.io/badge/pypi-v1.6-blue) |\r\n\r\n\r\n\r\n  \r\n\r\n## Credits\r\n\r\n\r\n\r\n- Developed by [Jonathan Hoffstadt](https://github.com/hoffstadt), [Preston Cothren](https://github.com/Pcothren) and every direct or indirect contributor.\r\n\r\n\r\n\r\n- [Omar Cornut](http://www.miracleworld.net/) for all his incredible work on [Dear ImGui](https://github.com/ocornut/imgui).\r\n\r\n\r\n\r\n- [Evan Pezent](http://evanpezent.com/) for all his work on [ImPlot](https://github.com/epezent/implot).\r\n\r\n\r\n\r\n- [Johann Muszynski](https://github.com/Nelarius) for all of his work on [imnodes](https://github.com/Nelarius/imnodes).\r\n\r\n\r\n\r\n## License\r\n\r\nDear PyGui is licensed under the [MIT License](https://github.com/hoffstadt/DearPyGui/blob/master/LICENSE).\r\n\r\n  \r\n\r\n## Sponsor\r\n\r\nContinued 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](https://github.com/hoffstadt/DearPyGui/wiki/Sponsors) or buy us a [cup of coffee](https://www.buymeacoffee.com/DearPyGui).\r\n\r\n\r\n\r\n<img src=\"https://img.shields.io/github/sponsors/hoffstadt?label=Github%20Sponsors\">&nbsp; &nbsp; &nbsp; <img src=\"https://img.shields.io/opencollective/sponsors/dearpygui?label=Open%20Collective%20Sponsors\">\r\n\r\n\r\n\r\n## Gallery\r\n\r\n\r\n\r\n#### Plotting/Graphing\r\n\r\n_Dear PyGui_ includes a plotting API built with [ImPlot](https://github.com/epezent/implot)\r\n\r\n\r\n\r\n<img src=\"https://raw.githubusercontent.com/wiki/epezent/implot/screenshots3/controls.gif\" width=\"380\">&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;<img src=\"https://raw.githubusercontent.com/wiki/epezent/implot/screenshots3/dnd.gif\" width=\"380\">\r\n\r\n\r\n\r\n<img src=\"https://raw.githubusercontent.com/wiki/epezent/implot/screenshots3/query.gif\" width=\"380\">&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;<img src=\"https://raw.githubusercontent.com/wiki/epezent/implot/screenshots3/bars.gif\" width=\"380\">\r\n\r\n  \r\n\r\n<img src=\"https://raw.githubusercontent.com/wiki/epezent/implot/screenshots3/rt.gif\" width=\"380\">&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;<img src=\"https://raw.githubusercontent.com/wiki/epezent/implot/screenshots3/markers.gif\" width=\"380\">\r\n\r\n  \r\n\r\n<img src=\"https://raw.githubusercontent.com/wiki/epezent/implot/screenshots3/shaded.gif\" width=\"380\">&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;<img src=\"https://raw.githubusercontent.com/wiki/epezent/implot/screenshots3/heat.gif\" width=\"380\">\r\n\r\n\r\n\r\n\r\n\r\n#### Node Editor\r\n\r\n_Dear PyGui_ includes a node editor built with [imnodes](https://github.com/Nelarius/imnodes)\r\n\r\n![](https://github.com/hoffstadt/DearPyGui/blob/assets/readme/nodes2.png)\r\n\r\n\r\n\r\n\r\n\r\n#### Canvas\r\n\r\n_Dear PyGui_ includes a drawing API to create custom drawings, plot, and even 2D games.\r\n\r\n![](https://github.com/hoffstadt/DearPyGui/blob/assets/readme/tetris.png)\r\n\r\n\r\n\r\n\r\n\r\n ![](https://github.com/hoffstadt/DearPyGui/blob/assets/readme/3d.png)\r\n\r\n \r\n\r\n ![](https://github.com/hoffstadt/DearPyGui/blob/assets/readme/nodes1.png)\r\n\r\n \r\n\r\n ![](https://github.com/hoffstadt/DearPyGui/blob/assets/readme/space.png)\r\n\r\n \r\n\r\n ![](https://github.com/hoffstadt/DearPyGui/blob/assets/readme/snake.gif)\r\n\r\n \r\n\r\n ![](https://github.com/hoffstadt/DearPyGui/blob/assets/readme/drawing.png)\r\n\r\n \r\n\r\n <BR>![BasicUsageExample](https://github.com/hoffstadt/DearPyGui/blob/assets/canvas.png?raw=true)\r\n\r\n \r\n\r\n ![](https://github.com/hoffstadt/DearPyGui/blob/assets/readme/nodes3.png)\r\n\r\n \r\n\r\n ![](https://github.com/hoffstadt/DearPyGui/blob/assets/readme/3d1.png)\r\n\r\n \r\n\r\n ![](https://github.com/hoffstadt/DearPyGui/blob/assets/readme/game1.png)\r\n\r\n \r\n\r\n ![](https://github.com/hoffstadt/DearPyGui/blob/assets/readme/mandlebrot.gif)\r\n\r\n \r\n\r\n ![](https://github.com/hoffstadt/DearPyGui/blob/assets/readme/nodes4.png)\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "DearPyGui: A simple Python GUI Toolkit",
    "version": "1.11.1",
    "project_urls": {
        "Homepage": "https://github.com/hoffstadt/DearPyGui"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ea63a35e3cd04507d5a42011c2a9e9f9252834634e45219012b200ccea2e852",
                "md5": "3ede284f96732ef511d86c13bd655bae",
                "sha256": "b668f28aab63d8ad0b2768add4e689bedb7480e8c3390edcce7a0f5d296fd61f"
            },
            "downloads": -1,
            "filename": "dearpygui-1.11.1-cp310-cp310-macosx_10_6_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3ede284f96732ef511d86c13bd655bae",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 2322627,
            "upload_time": "2024-03-15T02:51:04",
            "upload_time_iso_8601": "2024-03-15T02:51:04.537168Z",
            "url": "https://files.pythonhosted.org/packages/4e/a6/3a35e3cd04507d5a42011c2a9e9f9252834634e45219012b200ccea2e852/dearpygui-1.11.1-cp310-cp310-macosx_10_6_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72396cd140408baf0a2ef9ca34473c705a05e31ac19dac5285855a78b254f817",
                "md5": "a2e3885e79ff9850c8fa8fc5339422a8",
                "sha256": "39d099b1ca97fd7d36934a5187fc4cd868d4772e504290a70fc95eda03c5125d"
            },
            "downloads": -1,
            "filename": "dearpygui-1.11.1-cp310-cp310-macosx_13_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a2e3885e79ff9850c8fa8fc5339422a8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1784467,
            "upload_time": "2024-03-15T02:51:14",
            "upload_time_iso_8601": "2024-03-15T02:51:14.048810Z",
            "url": "https://files.pythonhosted.org/packages/72/39/6cd140408baf0a2ef9ca34473c705a05e31ac19dac5285855a78b254f817/dearpygui-1.11.1-cp310-cp310-macosx_13_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2abda9f5774ff5656a40bfde4bfe186220ea7fe22d3f4da8bc14e15174b0237",
                "md5": "750382b96577653224b01f842fd02637",
                "sha256": "3ba12334d993b653df2d07fe34c93c4ec65e54c022066ba245cd596a18b43a68"
            },
            "downloads": -1,
            "filename": "dearpygui-1.11.1-cp310-cp310-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "750382b96577653224b01f842fd02637",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 2764798,
            "upload_time": "2024-03-15T02:51:21",
            "upload_time_iso_8601": "2024-03-15T02:51:21.677871Z",
            "url": "https://files.pythonhosted.org/packages/d2/ab/da9f5774ff5656a40bfde4bfe186220ea7fe22d3f4da8bc14e15174b0237/dearpygui-1.11.1-cp310-cp310-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d80b2e58c917e59865c3949facc29dcbfb1fa3f8404972055d86524db4e5c6fd",
                "md5": "621988edb6edeb31eaad5b6374ced805",
                "sha256": "6cf4c44db1f016ff3eab367f7bde7f169bad5f2f90b974c202808112a69a2b15"
            },
            "downloads": -1,
            "filename": "dearpygui-1.11.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "621988edb6edeb31eaad5b6374ced805",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1723099,
            "upload_time": "2024-03-15T02:50:52",
            "upload_time_iso_8601": "2024-03-15T02:50:52.839979Z",
            "url": "https://files.pythonhosted.org/packages/d8/0b/2e58c917e59865c3949facc29dcbfb1fa3f8404972055d86524db4e5c6fd/dearpygui-1.11.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "034a731b020fc60f2755ef4b7391d5c3159a8b5ad4602a1d64c1e324fff8eba0",
                "md5": "64a724c2b7b2535815bc420ae577d8c8",
                "sha256": "cc15cd13c1aeae2847ed9c4b2201169add3efdedf564eb706f5b5896ddaa5d8a"
            },
            "downloads": -1,
            "filename": "dearpygui-1.11.1-cp311-cp311-macosx_10_6_x86_64.whl",
            "has_sig": false,
            "md5_digest": "64a724c2b7b2535815bc420ae577d8c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 2322621,
            "upload_time": "2024-03-15T02:51:05",
            "upload_time_iso_8601": "2024-03-15T02:51:05.958697Z",
            "url": "https://files.pythonhosted.org/packages/03/4a/731b020fc60f2755ef4b7391d5c3159a8b5ad4602a1d64c1e324fff8eba0/dearpygui-1.11.1-cp311-cp311-macosx_10_6_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a0e7bcd7d24b9a74ec7d094cd3877d537b30963bcce0331e20531692a92205c",
                "md5": "e6766e98027ed14f378318ff089628aa",
                "sha256": "9eb7d581863d39543b213252041ed25856acbfa58c57291e6acb6ccbf0c2727b"
            },
            "downloads": -1,
            "filename": "dearpygui-1.11.1-cp311-cp311-macosx_13_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e6766e98027ed14f378318ff089628aa",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1784374,
            "upload_time": "2024-03-15T02:51:16",
            "upload_time_iso_8601": "2024-03-15T02:51:16.096247Z",
            "url": "https://files.pythonhosted.org/packages/7a/0e/7bcd7d24b9a74ec7d094cd3877d537b30963bcce0331e20531692a92205c/dearpygui-1.11.1-cp311-cp311-macosx_13_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af70e91bdb5cd4f852441efbda71620adabe0a061d0397bf17ee0cd1c10175c7",
                "md5": "2af4b982e7106de93b961331b04e3c5b",
                "sha256": "564ff3af657f7becd059b6611e162cc9cd8148befaf8aadb10e4fb76d57df3ef"
            },
            "downloads": -1,
            "filename": "dearpygui-1.11.1-cp311-cp311-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2af4b982e7106de93b961331b04e3c5b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 2764797,
            "upload_time": "2024-03-15T02:51:23",
            "upload_time_iso_8601": "2024-03-15T02:51:23.250413Z",
            "url": "https://files.pythonhosted.org/packages/af/70/e91bdb5cd4f852441efbda71620adabe0a061d0397bf17ee0cd1c10175c7/dearpygui-1.11.1-cp311-cp311-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "43d4cfb15997090f080946f544b84f6ff403be5a29c2c59ad47ae67359579797",
                "md5": "caa79006865939e53755049e605305b4",
                "sha256": "ac6e9bde61dcb3cc253da59e70fe2b743d3c3b5791d415eaa8d307f4517048ca"
            },
            "downloads": -1,
            "filename": "dearpygui-1.11.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "caa79006865939e53755049e605305b4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1723248,
            "upload_time": "2024-03-15T02:50:56",
            "upload_time_iso_8601": "2024-03-15T02:50:56.043460Z",
            "url": "https://files.pythonhosted.org/packages/43/d4/cfb15997090f080946f544b84f6ff403be5a29c2c59ad47ae67359579797/dearpygui-1.11.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3c83d06c3197a82959c23967486bc6dde81ce8b23027943b494d9b82799443c",
                "md5": "3fa633684bef02b4f9edf2a0626d9d5e",
                "sha256": "ccf576117ed2159cd66b419458d060923c9dcebe7fe57c65b4f4c4889287845d"
            },
            "downloads": -1,
            "filename": "dearpygui-1.11.1-cp312-cp312-macosx_10_6_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3fa633684bef02b4f9edf2a0626d9d5e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 2323059,
            "upload_time": "2024-03-15T02:51:07",
            "upload_time_iso_8601": "2024-03-15T02:51:07.857852Z",
            "url": "https://files.pythonhosted.org/packages/b3/c8/3d06c3197a82959c23967486bc6dde81ce8b23027943b494d9b82799443c/dearpygui-1.11.1-cp312-cp312-macosx_10_6_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e031b1962c58ab707ac9eb36813d4ca53d78f0f5b6df5729764cb12b4c284cc2",
                "md5": "88f08f3cab75e78e4202aeb3f2f6b42d",
                "sha256": "1d632e1acdaa986a8c32b57112b84685b92d9a41f18580e14d463d7ed7a52673"
            },
            "downloads": -1,
            "filename": "dearpygui-1.11.1-cp312-cp312-macosx_13_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "88f08f3cab75e78e4202aeb3f2f6b42d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1784499,
            "upload_time": "2024-03-15T02:51:18",
            "upload_time_iso_8601": "2024-03-15T02:51:18.027811Z",
            "url": "https://files.pythonhosted.org/packages/e0/31/b1962c58ab707ac9eb36813d4ca53d78f0f5b6df5729764cb12b4c284cc2/dearpygui-1.11.1-cp312-cp312-macosx_13_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e712dc4c9c6af70f7971e94f273dede5e63d14d5fe217d8c3a3954afaf87b92e",
                "md5": "8c7148eba2716902aea0c962e7c21e49",
                "sha256": "ca4f7ba667f64ee682dfcb3399d9d43df6821b2d962b96b4fa4535de5776f538"
            },
            "downloads": -1,
            "filename": "dearpygui-1.11.1-cp312-cp312-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8c7148eba2716902aea0c962e7c21e49",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 2764917,
            "upload_time": "2024-03-15T02:51:25",
            "upload_time_iso_8601": "2024-03-15T02:51:25.282498Z",
            "url": "https://files.pythonhosted.org/packages/e7/12/dc4c9c6af70f7971e94f273dede5e63d14d5fe217d8c3a3954afaf87b92e/dearpygui-1.11.1-cp312-cp312-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c3195f3b363356ca52ba5e860859840e873fc0d65afe9d4c40f0b6d10ca5e91",
                "md5": "0e7c763742f23014134e734cd5821307",
                "sha256": "8ce9881a629de72e05ca8b1ce7cefcdd77b624eb7eba6f7d6629848d84a797f6"
            },
            "downloads": -1,
            "filename": "dearpygui-1.11.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0e7c763742f23014134e734cd5821307",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1723424,
            "upload_time": "2024-03-15T02:50:57",
            "upload_time_iso_8601": "2024-03-15T02:50:57.850485Z",
            "url": "https://files.pythonhosted.org/packages/2c/31/95f3b363356ca52ba5e860859840e873fc0d65afe9d4c40f0b6d10ca5e91/dearpygui-1.11.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47490cd850b2608def5af86b425b03464177f4e7247527357b9aaa54c95e7a82",
                "md5": "20a0873824b794030dd2001b2e06585c",
                "sha256": "39011ccb3a3ecfe3ebccfd8c4211c2c1446abd2865cbe4ccb67dc50a7a812bfb"
            },
            "downloads": -1,
            "filename": "dearpygui-1.11.1-cp38-cp38-macosx_10_6_x86_64.whl",
            "has_sig": false,
            "md5_digest": "20a0873824b794030dd2001b2e06585c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 2322831,
            "upload_time": "2024-03-15T02:51:09",
            "upload_time_iso_8601": "2024-03-15T02:51:09.276839Z",
            "url": "https://files.pythonhosted.org/packages/47/49/0cd850b2608def5af86b425b03464177f4e7247527357b9aaa54c95e7a82/dearpygui-1.11.1-cp38-cp38-macosx_10_6_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "89f13c14877b6864c423b8bf3f00312acfc92ec87ab3b7c34dc921ab92c1ec07",
                "md5": "5e28bc4492fe64c584e8317c659a9d0d",
                "sha256": "e1dde63d20ac062530debee001ad649190a7e09622762601454c4191799f13b8"
            },
            "downloads": -1,
            "filename": "dearpygui-1.11.1-cp38-cp38-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5e28bc4492fe64c584e8317c659a9d0d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 2764774,
            "upload_time": "2024-03-15T02:51:26",
            "upload_time_iso_8601": "2024-03-15T02:51:26.766581Z",
            "url": "https://files.pythonhosted.org/packages/89/f1/3c14877b6864c423b8bf3f00312acfc92ec87ab3b7c34dc921ab92c1ec07/dearpygui-1.11.1-cp38-cp38-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a96023545767737e16540d235d46a50fbe4b4e7f800106548ca8b531172167d1",
                "md5": "18dd1379b75b3f4e80864650d9f18cc2",
                "sha256": "23ce7ce8e5ba24d31bd6468cc43b56f8f257ace4dce3bc5fe449c546c340893a"
            },
            "downloads": -1,
            "filename": "dearpygui-1.11.1-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "18dd1379b75b3f4e80864650d9f18cc2",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1722990,
            "upload_time": "2024-03-15T02:50:59",
            "upload_time_iso_8601": "2024-03-15T02:50:59.755398Z",
            "url": "https://files.pythonhosted.org/packages/a9/60/23545767737e16540d235d46a50fbe4b4e7f800106548ca8b531172167d1/dearpygui-1.11.1-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a3242fdf6599e6f567e2f00b80d4179b19d2b24b57aad5313cf83fba3f46c47a",
                "md5": "a8b158f6d56c29430253088e914e68b3",
                "sha256": "d22285f9a5f1377d87effd1f27020eec3ae0386f7c15a4893809909b82c62b1b"
            },
            "downloads": -1,
            "filename": "dearpygui-1.11.1-cp39-cp39-macosx_10_6_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a8b158f6d56c29430253088e914e68b3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 2322632,
            "upload_time": "2024-03-15T02:51:11",
            "upload_time_iso_8601": "2024-03-15T02:51:11.354264Z",
            "url": "https://files.pythonhosted.org/packages/a3/24/2fdf6599e6f567e2f00b80d4179b19d2b24b57aad5313cf83fba3f46c47a/dearpygui-1.11.1-cp39-cp39-macosx_10_6_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d6f96046b9a02fb9c78e3a7b373cde71cb2eb4d96f16e8052f26c24acd5cf0d",
                "md5": "93cc5a3904ec3167ffae0dfad8673849",
                "sha256": "f632bd94772e00313d0956bb9f9822c3ebcb7aa93f135f09e2fa187f3b06cea8"
            },
            "downloads": -1,
            "filename": "dearpygui-1.11.1-cp39-cp39-manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "93cc5a3904ec3167ffae0dfad8673849",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 2764795,
            "upload_time": "2024-03-15T02:51:28",
            "upload_time_iso_8601": "2024-03-15T02:51:28.815226Z",
            "url": "https://files.pythonhosted.org/packages/4d/6f/96046b9a02fb9c78e3a7b373cde71cb2eb4d96f16e8052f26c24acd5cf0d/dearpygui-1.11.1-cp39-cp39-manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fbc75b7c4b0c6272b3d52fdedb10aad888b0e8600947b417157e6d9b486c6eb5",
                "md5": "6fcafc6bb651263041f3924fd2dede95",
                "sha256": "0c7c4849bc674e825750be69ee480450c3589c7d159955032776aaef5e7fda58"
            },
            "downloads": -1,
            "filename": "dearpygui-1.11.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6fcafc6bb651263041f3924fd2dede95",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1723043,
            "upload_time": "2024-03-15T02:51:01",
            "upload_time_iso_8601": "2024-03-15T02:51:01.727463Z",
            "url": "https://files.pythonhosted.org/packages/fb/c7/5b7c4b0c6272b3d52fdedb10aad888b0e8600947b417157e6d9b486c6eb5/dearpygui-1.11.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-15 02:51:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hoffstadt",
    "github_project": "DearPyGui",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "dearpygui"
}
        
Elapsed time: 0.23233s