DrawBot (Redux) builds on the Python branch of the powerful programmatic graphic software. The built-in graphics primitives support rectangles, ovals, (bezier) paths, polygons, text objects, colors, transparency and much more. You can program multi-page documents and stop-motion animations. Export formats include PDF, SVG, PNG, JPEG, TIFF, animated GIF and MP4 video.
To install DrawBot as a Python module using Poetry:
-
Install Poetry:
pip install poetry
-
Clone the repository and install dependencies:
git clone https://github.com/amadad/drawbot-redux/drawbot.git cd drawbot poetry install
-
To use DrawBot, enter the Poetry shell:
poetry shell
The original source code for DrawBot along with the Mac app were created by Just van Rossum, Erik van Blokland, Frederik Berlaen.