This module is a Salome example of a module implemented in Python with PyQt GUI Installation and compilation is like every Salome modules : mkdir build_dir mkdir instal_dir cd build_dir cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=instal_dir ../src_dir make make install Documentation can be found in /doc directory.