I'm attempting to develop a module, which can generate executable python source codes from a UML class diagrams. This is the first test run of the module. The module generates python class files from UML class diagram via the XMI, and create database table corresponding to each class on PostgreSQL database server. The project has not completed, but I publish the first test run on YouTube. I'm very happy if some one gives me some comments or advises.