Port of https://github.com/jmoenig/morphic.js/ to Python using pygame, inspired by the original version of Morphic, made in Python before the modern JavaScript version. Currently not in a working state (only the basic Animation, Point, Color, Rectangle, Node classes, and not any Morph classes). Work in progress!
Simply drop morphic.py into your project, install pygame, and you should be able to import it and use Morphic as normal, just with snake case and types!