pyimgui
Wrapper for ImGui C++ library for creating graphical user interfaces in "immediate mode" fashion.
Michał Jaworski
(swistakm)
This is Python wrapper for a C++ ImGui library (see: https://github.com/ocornut/imgui). It comes with a lot of useful built-in widgets and has very intuitive API.
pyimgui is written in Cython. It means that source distribution package requires compilation during installation. Anyway, if you have wheels installed, you can easily install binary wheel of pyimgui on all major platforms (Windows, macOS, Linux) using single simple pip install command:
pip install imgui[cocos2d]