Skip to main content

Cython-based Python bindings for dear imgui

Project description

completion Coverage Status Documentation Status

Builds:

  • Build status (Windows)
  • Build Status (OS X & Linux)

pyimgui

Python bindings for the amazing dear imgui C++ library - a Bloat-free Immediate Mode Graphical User Interface.

Documentation: pyimgui.readthedocs.io

Installation

pyimgui is available on PyPI so you can easily install it with pip:

pip install imgui[full]

Above command will install imgui package with additional dependencies for all built-in rendering backend integrations (pygame, cocos2d, etc.). If you don't want to install all additional dependencies you can always use bare pip install imgui command or select a specific set of extra requirements:

  • for pygame backend use pip install imgui[pygame]
  • for GLFW3 backend use pip install imgui[glfw]
  • for SDL2 backend use pip install imgui[sdl2]
  • for Cocos2d backend use pip install imgui[cocos2d]
  • for pyglet backend use pip install imgui[pyglet]

Package is distributed in form of built wheels so it does not require compilation on most operating systems. For more details about compatibility with diffferent OSes and Python versions see the Project ditribution section of this documentation page.

Project status

The imgui package provides support for the majority of core ImGui widgets and functionalities. Some low-level API elements and complex widgets (like plots) may be missing. We are working hard to provide 100% feature mapping of the core ImGui library. The completion badge shows up-to-date status of that goal.

Project distribution

This project has working build pipeline on Appveyor and Travis and builds succesfully for all major operating systems with different architectures:

  • Windows (32bit & 64bit)
  • Linux (32bit & 64bit)
  • OS X (universal build)

Right now we are ready to shipping the built wheels for these three systems (even for Linux using manylinux1 wheels). The build pipeline covers multiple Python versions:

  • py27
  • py33
  • py34
  • py35
  • py36
  • py37
  • py38

pyimgui provides documentation with multiple visual examples. Thanks to custom Sphinx extensions we are able to render GUI examples off screen directly from docstring snippets. These examples work also as automated functional tests. Documentation is hosted on pyimgui.readthedocs.io.

If none of these wheels work in your environment you can install the imgui package by compiling it directly from sdist distribution using one of following commands:

# will install Cython as extra dependency and compile from Cython sources
pip install imgui[Cython] --no-binary imgui

# will compile from pre-generated C++ sources
pip install imgui --no-binary imgui

Development tips

We have tried hard to make the process of bootstrapping this project as simple as possible.

In order to build and install project locally ,ake sure you have created and activated virtual environment using virtualenv or python -m venv (for newer Python releases). Then you can just run:

make build

This command will bootstrap whole environment (pull git submodules, install dev requirements etc.) and build the project. make will automatically install imgui in the development/editable mode. Then you can run some examples found in the doc/examples directory in order to verify if project is working.

For building documentation and running tests you will need some additional requirements from doc/requirements-test.txt.

You can run tests with:

py.test

If you have any problems with building or installing the project just ask us for help by creating GitHub issue.

Project details


Download files

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

Source Distribution

imgui-1.3.0.tar.gz (844.7 kB view details)

Uploaded Source

Built Distributions

imgui-1.3.0-cp39-cp39-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.9 Windows x86-64

imgui-1.3.0-cp39-cp39-win32.whl (954.9 kB view details)

Uploaded CPython 3.9 Windows x86

imgui-1.3.0-cp39-cp39-manylinux1_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.9

imgui-1.3.0-cp39-cp39-manylinux1_i686.whl (2.7 MB view details)

Uploaded CPython 3.9

imgui-1.3.0-cp39-cp39-macosx_10_15_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

imgui-1.3.0-cp38-cp38-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.8 Windows x86-64

imgui-1.3.0-cp38-cp38-win32.whl (959.2 kB view details)

Uploaded CPython 3.8 Windows x86

imgui-1.3.0-cp38-cp38-manylinux1_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.8

imgui-1.3.0-cp38-cp38-manylinux1_i686.whl (2.8 MB view details)

Uploaded CPython 3.8

imgui-1.3.0-cp38-cp38-macosx_10_15_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 macOS 10.15+ x86-64

imgui-1.3.0-cp37-cp37m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.7m Windows x86-64

imgui-1.3.0-cp37-cp37m-win32.whl (953.4 kB view details)

Uploaded CPython 3.7m Windows x86

imgui-1.3.0-cp37-cp37m-manylinux1_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.7m

imgui-1.3.0-cp37-cp37m-manylinux1_i686.whl (2.7 MB view details)

Uploaded CPython 3.7m

imgui-1.3.0-cp37-cp37m-macosx_10_15_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.7m macOS 10.15+ x86-64

imgui-1.3.0-cp36-cp36m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.6m Windows x86-64

imgui-1.3.0-cp36-cp36m-win32.whl (953.9 kB view details)

Uploaded CPython 3.6m Windows x86

imgui-1.3.0-cp36-cp36m-manylinux1_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.6m

imgui-1.3.0-cp36-cp36m-manylinux1_i686.whl (2.7 MB view details)

Uploaded CPython 3.6m

imgui-1.3.0-cp36-cp36m-macosx_10_15_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.6m macOS 10.15+ x86-64

imgui-1.3.0-cp35-cp35m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.5m Windows x86-64

imgui-1.3.0-cp35-cp35m-win32.whl (949.9 kB view details)

Uploaded CPython 3.5m Windows x86

imgui-1.3.0-cp35-cp35m-manylinux1_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.5m

imgui-1.3.0-cp35-cp35m-manylinux1_i686.whl (2.7 MB view details)

Uploaded CPython 3.5m

imgui-1.3.0-cp35-cp35m-macosx_10_15_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.5m macOS 10.15+ x86-64

imgui-1.3.0-cp34-cp34m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.4m Windows x86-64

imgui-1.3.0-cp34-cp34m-win32.whl (927.2 kB view details)

Uploaded CPython 3.4m Windows x86

imgui-1.3.0-cp33-cp33m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.3m Windows x86-64

imgui-1.3.0-cp33-cp33m-win32.whl (929.0 kB view details)

Uploaded CPython 3.3m Windows x86

imgui-1.3.0-cp27-cp27mu-manylinux1_x86_64.whl (2.8 MB view details)

Uploaded CPython 2.7mu

imgui-1.3.0-cp27-cp27mu-manylinux1_i686.whl (2.6 MB view details)

Uploaded CPython 2.7mu

imgui-1.3.0-cp27-cp27m-win_amd64.whl (1.0 MB view details)

Uploaded CPython 2.7m Windows x86-64

imgui-1.3.0-cp27-cp27m-win32.whl (921.6 kB view details)

Uploaded CPython 2.7m Windows x86

imgui-1.3.0-cp27-cp27m-manylinux1_x86_64.whl (2.8 MB view details)

Uploaded CPython 2.7m

imgui-1.3.0-cp27-cp27m-manylinux1_i686.whl (2.6 MB view details)

Uploaded CPython 2.7m

imgui-1.3.0-cp27-cp27m-macosx_10_15_x86_64.whl (1.1 MB view details)

Uploaded CPython 2.7m macOS 10.15+ x86-64

imgui-1.3.0-cp27-cp27m-macosx_10_13_x86_64.whl (1.1 MB view details)

Uploaded CPython 2.7m macOS 10.13+ x86-64

File details

Details for the file imgui-1.3.0.tar.gz.

File metadata

  • Download URL: imgui-1.3.0.tar.gz
  • Upload date:
  • Size: 844.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0.tar.gz
Algorithm Hash digest
SHA256 6f01536f2b8378f7a6e49b9d47138dbcb79333d7b03c5c7f39b18e26deeabf1f
MD5 7b45d5e8d73e54f511154bfba720043b
BLAKE2b-256 9b10f1afed9995d0f5821340d62eb9b6183d40ff5ce911e6442c2f94e13d5e57

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: imgui-1.3.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e5cdc4b3617732594e29cb0ae08c6f233ffe36cccfbded1d835c98153180dc5f
MD5 889fd9a20edd77f9fc778d7a71dca316
BLAKE2b-256 2643dd9cf66657b9a24a13f4f8aa8c265982b1b4f2c42e844d557054eb51682c

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: imgui-1.3.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 954.9 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 30dbb6344abc13d40fc64230dd9572a5f5e955da28b4e2a461f26efb5451afe6
MD5 be854dea8cbb9753ee06f847a75eebd7
BLAKE2b-256 ee1e646f3bef7ac7e2f8573634f6712a448c4926caa9ac8f4da96323831f1eee

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: imgui-1.3.0-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 518c1e44741727f9594c818b0fb8f4da073bc4a9897d3037f3c0015ea8dc3f2a
MD5 e7f17b7258573fc7f505d10991430228
BLAKE2b-256 7564f538e9086e9dab9f28c98b3e1a9153518f339ce92919227d23ca99001655

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: imgui-1.3.0-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 4b082c15a764167cc2d816bdbdb1a24ebc323dc2a59502d1028c6ce4c2deb093
MD5 9340f66571de509998cb253614a5b687
BLAKE2b-256 278e6fa3ee8b54dd0d84ed3a5143c2d1e7ca81f8dc9a665543b895418e3638d1

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: imgui-1.3.0-cp39-cp39-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.9, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0c87833f6b00b619931e533eacd437cb6d795d3aa39b8cd625db580372a04d6c
MD5 fdc98095365f6e4e428773f3940b8e60
BLAKE2b-256 d157f447595168dcd78e7185a13d29e30d6a54bda9ce7afda79f392585bdfcff

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: imgui-1.3.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 53fc20f19e6082e9e69efcdef07f63e0626c69c1e91091c4851e02ee39b6a131
MD5 a9e18aa5d46174b3d580f3c76a617d60
BLAKE2b-256 3cc24b3d1b06fb98b4ae816dc1f74fed8d88c57d603b49e032fa15dd6fa2a0cf

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: imgui-1.3.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 959.2 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 e8f42abb059360b0484843f6e17fa20eec327e1d0584e10db56b554cdd6e0c96
MD5 0bf03e6bb1bc7bd4c4f3203ac0a12d6b
BLAKE2b-256 9dbed5875aa56cb03dbc921040935bc76c59ad95858ea4c59df9f3f74ad7e002

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: imgui-1.3.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e00d3534bad0a8cc1734ecd767a6876da47643d54dc161d4a219a4ae5b2f9ba4
MD5 eeab93915f347af0af1c3afaae726659
BLAKE2b-256 ed941fe8dce544b6861f5f5f147c3a7622e517b6f0c819f30ba9758c04f56a23

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: imgui-1.3.0-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 84541d88791776f25458db0637b9b54e5904aeffcc9b8afa4068a82d84ff55c8
MD5 c35b0a5773cdcec1893572e0d635ea33
BLAKE2b-256 8c16549ea02d20fa2c59ea5e6fd63cc4e2b71c7d4501b955e1d2eaa2d6c32997

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: imgui-1.3.0-cp38-cp38-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 bec35bcbb8ac3d1151c2655cb5a00b77754e536f4c4efa4471c588f4d535e7ff
MD5 f2e80fd6b3ba2f07c8e81da38a23aebd
BLAKE2b-256 531367ff5024700341ccb18b6e54a2a0d2f0beca34446a0774fa9e446761593f

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: imgui-1.3.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 ae079d54ba5fb8d0402701656af70122b467ed63bd8ee5dc5e4f46b5dad76159
MD5 292a57394c218aa1e7ed7dfb87c9313d
BLAKE2b-256 e73c100ea19aab7c148fd18a833a9cce9d79adea7cdcd62684f8b3589b8e6625

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: imgui-1.3.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 953.4 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 7b91207fcf6fe6a3fcbb5fc23588a3fdf674f4d68d02fc2ae19d3a6435aedb2d
MD5 fe3043bb09928f77e6be77c3d31a26e4
BLAKE2b-256 91c6b15b383ea6b19f4eb05dad2419cf7fa9b0637a827d4eff87b9aa8af5872e

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: imgui-1.3.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0f6d2cc2a6282810a95e6ea97537b85e272832aee19e56643c8b8cecee52d33e
MD5 fccda22dea801ab8aa19698fe0cf5df5
BLAKE2b-256 29c95ddfc6abb71bd373b9034ccc068535f40d8f1ee2d65ee86d89315ad52da2

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: imgui-1.3.0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 6d8cbe79dc339acf35e9cb9f9f8703f80c61beb46ed08199a9de3b680e42bff8
MD5 51b19a4e8bc62b74396115cde98ff7fd
BLAKE2b-256 d61e442245591f34d4ce107950d6e6474bbcfe742331bb0d1ccded4ea3d0a792

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp37-cp37m-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: imgui-1.3.0-cp37-cp37m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.7m, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3dd49d6ad920da495ca71aca08dffa99769cfbde046b390a62efd223a5b9ceed
MD5 71df10e48ddea53521cf88ff7fd62695
BLAKE2b-256 af24b728e208ef91ccef0020532f0b36d4f077932e982fc2727ac07f40aba1fe

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: imgui-1.3.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 880f3e3c972d5044d81e10de5b7a58d486eb9ddc8732d980f336179ba3fd5882
MD5 7c88c1f6fa90b5f6c2e48a30dc7a72ed
BLAKE2b-256 019a2d521d5e2b324b914d82e35061a253ed1a77b078076262f152fcb45404a6

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: imgui-1.3.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 953.9 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 c3269dda813915ce461e40424f0367a0116b69ca58378357a8b9f0d826c7e9d3
MD5 400d8625edfe981ac469000fa6aad538
BLAKE2b-256 82079555f004d52e81626ef2be98c981aa528366c21e7f12c4e1982b256a7385

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: imgui-1.3.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 2bbe8a5fdbd225b1444b970e4206335c835d276384c4bb749b4c2a200b7569b9
MD5 45dced2813deb684a8988204af0b3730
BLAKE2b-256 09989b2bb7c4c80caa17f67b92b405f06dbf21cf1131a084e2f339405618ef25

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: imgui-1.3.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b70153868376c3365331d5ad8401140c9ac5cc409e870a266d009659f2c0000c
MD5 8a86f03553800894a17317898eeb6bc7
BLAKE2b-256 34ab1193b646f3af0081588bd6748ff283ec5a90eb6172ab2bc7e44cd0e18d8e

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp36-cp36m-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: imgui-1.3.0-cp36-cp36m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.6m, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp36-cp36m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 63d89a1bd5b8d35667823310fb33211a2f8ca41d69915970ea68520de64acb19
MD5 91f0ae6876aaad4ca1df7074483c28aa
BLAKE2b-256 f402a51a957a19857755dcfe1620a299f5bc645ac66045450bf63e099b648914

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: imgui-1.3.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 0498c4a5eb8689a889dea239ac6a04820c72fd9b52621266e62d44d1adf03b33
MD5 753876cbc65ad7a458b435800731f2af
BLAKE2b-256 fc483b7864b064116b1207bb32fbe567b039eccdfc3f206fcc81de774b60d797

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp35-cp35m-win32.whl.

File metadata

  • Download URL: imgui-1.3.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 949.9 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 eb3bf3f19e02b2224036c1edad69b95236c354898668eed0f913c7ec7383b7c7
MD5 7396078f106c29cf4d64670c0179cf12
BLAKE2b-256 9983e7ac1f154c408bca612e94408167cfad12c8f38436ac3a24d2efd0a8528f

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: imgui-1.3.0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 04b7d16ef58efaeebad11d5c5adb775fa5405b8081d116ae1911a2e697876745
MD5 f1d1b0f8426085188f2c8475b2fe3537
BLAKE2b-256 7789be5f9f135b93d7275c3b9f6f17d43da14270ae4d3ac50cebc85131b80104

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: imgui-1.3.0-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c41effd1a4db257592447d5d4cf89f9bd66c4a3aed639434af1a22920712d4c4
MD5 b97082c1c5a0255d59ae61f4072e9263
BLAKE2b-256 bdccb2034fc2ea03d3000afbc3badd49b201c3ed4cf252d59efcd933e013e83b

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp35-cp35m-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: imgui-1.3.0-cp35-cp35m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.5m, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp35-cp35m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 218226f0aa4b3196878200928a17a3f8a77e960bd397d8fff5cdb1289b59435d
MD5 c15855a08b729c75d1f86505cfba9c92
BLAKE2b-256 7e0c2762b9d297227caf164af674e98626dcd1bf9de01c5f13f1aa3b32353162

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp34-cp34m-win_amd64.whl.

File metadata

  • Download URL: imgui-1.3.0-cp34-cp34m-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.4m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp34-cp34m-win_amd64.whl
Algorithm Hash digest
SHA256 20053a22d1ea2723c280ed23178151935d448c95fdcc0ec58e17941fe4c9f234
MD5 a7c8096b9bfa0379e210f4cd91fc624e
BLAKE2b-256 fca87d4d28146fae2594964f03409fa2516fcf121577d3b1daeddf127e0f0a95

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp34-cp34m-win32.whl.

File metadata

  • Download URL: imgui-1.3.0-cp34-cp34m-win32.whl
  • Upload date:
  • Size: 927.2 kB
  • Tags: CPython 3.4m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp34-cp34m-win32.whl
Algorithm Hash digest
SHA256 40d111a43da317c66bbd17609cc94b4c0f1f9a565be512aa64df4642fe032281
MD5 2fd8f31c32d334ac863409b9982e25f0
BLAKE2b-256 681701b1b02fad94df8b2071df783ca1cc2f854901b70e4de146b87b59fb2ef7

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp33-cp33m-win_amd64.whl.

File metadata

  • Download URL: imgui-1.3.0-cp33-cp33m-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.3m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp33-cp33m-win_amd64.whl
Algorithm Hash digest
SHA256 98bf301ec4626ed49d8de9865e8678a5d48e5e5ce057c9c2dc0ec99e41f78fd8
MD5 09ab36e218d5b22b4fc0810ea5567fda
BLAKE2b-256 388c2150dec4c68c461f5c5bc5110875dbf3e89c22db635b03455aeab190a52e

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp33-cp33m-win32.whl.

File metadata

  • Download URL: imgui-1.3.0-cp33-cp33m-win32.whl
  • Upload date:
  • Size: 929.0 kB
  • Tags: CPython 3.3m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp33-cp33m-win32.whl
Algorithm Hash digest
SHA256 d49ed1a2157ec410d71b1e749dffa706819bca94eda734c107a293dd3f02db5a
MD5 eb5d0ee7cac240127ceed1e1cd9bb466
BLAKE2b-256 2fbf72a2161c96dd5a8bd7b1f6866d42d36cc71e211ded1fd85d12a164e0fe17

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: imgui-1.3.0-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d0e853e48ef2c46fffed102f4bfa50113f0f5e9410f5f0309f48e6ea2b0b732d
MD5 94be1c4b9c993d50a09ec9ca7ce6827c
BLAKE2b-256 a22cca796939688f755884262f51225e82d3110b1dafe2470fbae41fc2643161

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: imgui-1.3.0-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 72ab10d47ac9f300407ba3ac173b7b3a49825bbacc8fca543ae3acc57938af82
MD5 6e3babc06e458b7533f159ab6c395b5b
BLAKE2b-256 67c35963b0df0e9aace2dfe1d292d81d8782bb043f5a8e865c93bccbb30c5407

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp27-cp27m-win_amd64.whl.

File metadata

  • Download URL: imgui-1.3.0-cp27-cp27m-win_amd64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 2.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp27-cp27m-win_amd64.whl
Algorithm Hash digest
SHA256 582cfc00d5609e5aef221052cc117e59676f043c7df53b5d745130f098967fc3
MD5 ee50f76d61c0b6decdd5fc5ae4e8cb54
BLAKE2b-256 acade66cafb25823d0894996e4b5e6315ade931aa5defab55928c84957ae5a9c

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp27-cp27m-win32.whl.

File metadata

  • Download URL: imgui-1.3.0-cp27-cp27m-win32.whl
  • Upload date:
  • Size: 921.6 kB
  • Tags: CPython 2.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 da0a7be826a74b8175985e38c2a4c8033f05605792e106e96d7639c0fed9dced
MD5 09d0bdd85dce2462f9773b0f4a445046
BLAKE2b-256 abbd81aaae936784c4cc94ee99eae831f9758ff95a8bff19fa870cc276fc564b

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: imgui-1.3.0-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.8 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 2b1af4f8a12007869761f5678cf08ff5df9a49c7c55c70de01bceed9aad8417a
MD5 a21e0008a4826c15f5af9367ec8c2378
BLAKE2b-256 58183d447b7bde1ea9fc46bdc99ffb7cbae90c1ef69a31aba2335e847054bcfb

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: imgui-1.3.0-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 fefa4a24dee982d4f480da613a591a77251abfe4eb6976e285a3a98770c159d6
MD5 d84f3ddae8615c11dbd0600ba3863d00
BLAKE2b-256 f99aeff0354488164dd9d98af09f4e2f33fde6835a0402a3ee35e5a783b5edbb

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp27-cp27m-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: imgui-1.3.0-cp27-cp27m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 2.7m, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp27-cp27m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 eadbff470218e0db50a0328e2e43f990e08d68a509a38ad6524907bfdfd80e22
MD5 9ad34362306421fd4e88cf903cf80113
BLAKE2b-256 597500a7c389f9581c5ead2a9371aae5b774e5c2392ea7d3277b8b62e7fc1b17

See more details on using hashes here.

File details

Details for the file imgui-1.3.0-cp27-cp27m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: imgui-1.3.0-cp27-cp27m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 2.7m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.0

File hashes

Hashes for imgui-1.3.0-cp27-cp27m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 deceff102ad0dfdb6a07807647079bbf85f3101651e5ed8d57b2509ad256ea47
MD5 ba524b0315eb964b5668ad76335fa450
BLAKE2b-256 ae70b7a71b5be3caa244c9cc9664ec4e930af7e69db369a36837174e05f64351

See more details on using hashes here.

Supported by

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