PySide is a Python binding for the Qt framework that was developed by INdT to provide Python bindings under the LGPL license. It consists of PySide, which is imported, libpyside which handles Qt signals and slots, and libshiboken which helps interface Python and C++. Shiboken is the binding generator used to create the PySide bindings and can generate bindings for any C++ library. Currently, many Qt modules like QtCore and QtGui are supported. Future work includes improving the binding generation process and expanding platform support.