/drawbot-redux

www.drawbot.com

Primary LanguagePythonOtherNOASSERTION

DrawBot (Redux)

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.


Installation

To install DrawBot as a Python module using Poetry:

  1. Install Poetry:

    pip install poetry
  2. Clone the repository and install dependencies:

    git clone https://github.com/amadad/drawbot-redux/drawbot.git
    cd drawbot
    poetry install
  3. 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.