PyXBMCt is a mini-framework which simplifies UI creation for Kodi (XBMC) addons. It was inspired by PyQt GUI framework (hence the name) and provides a main window and a number of controls (widgets). The main windows serves as a parent widget for the controls much like QtGui.QWidget class and provides a grid layout manager to place the controls.
PyXBMCt developer's documentation: http://romanvm.github.io/script.module.pyxbmct
Support thread on Kodi forum: http://forum.kodi.tv/showthread.php?tid=174859
The framework uses image textures from Kodi Estuary and Confluence skins.
See also PyXBMCt demo addon that demonstrates the usage of PyXBMCt mini-framework.
Licence: GPL v.3.