Contents

The `drawsvg` python package is a **vector graphics library** that allows python developers to create and manipulate SVG (Scalable Vector Graphics) files. It provides a simple and intuitive interface for generating and animating SVG images. `drawsvg` is built on top of `svgwrite`, providing powerful functionalities and a smooth user experience for manipulating SVG graphics.

0

A Python 3 library for programmatically generating SVG (vector) images and animations. Drawsvg can

A Python 3 library for programmatically generating SVG (vector) images and animations. Drawsvg can also render to PNG, MP4, and display your drawings in Jupyter notebook and Jupyter lab.

Stars: 674, Watchers: 674, Forks: 67, Open Issues: 16

The cduck/drawsvg repo was created 8 years ago and the last code push was 1 months ago.
The project is popular with 674 github stars!

How to Install drawsvg

You can install drawsvg using pip

pip install drawsvg

or add it to a project with poetry

poetry add drawsvg

Package Details

Author
Casey Duckering
License
None
Homepage
https://github.com/cduck/drawsvg
PyPi:
https://pypi.org/project/drawsvg/
GitHub Repo:
https://github.com/cduck/drawsvg

Classifiers

No  drawsvg  pypi packages just yet.

Errors

A list of common drawsvg errors.

Code Examples

Here are some drawsvg code examples and snippets.

GitHub Issues

The drawsvg package has 16 open issues on GitHub

  • addition to quick reference
  • Tag the source

See more issues on GitHub

Related Packages & Articles

plotly 6.5.2

An open-source interactive data visualization library for Python

svgwrite code examples

These python code examples will show you how to use the svgwrite module to generate svg images.