Contents

svgutils 0.3.4

0

Python SVG editor

Python SVG editor

Stars: 303, Watchers: 303, Forks: 83, Open Issues: 27

The btel/svg_utils repo was created 13 years ago and the last code push was 2 weeks ago.
The project is popular with 303 github stars!

How to Install svgutils

You can install svgutils using pip

pip install svgutils

or add it to a project with poetry

poetry add svgutils

Package Details

Author
Bartosz Telenczuk
License
Homepage
https://svgutils.readthedocs.io
PyPi:
https://pypi.org/project/svgutils/
GitHub Repo:
https://github.com/btel/svg_utils

Classifiers

  • Multimedia/Graphics/Editors/Vector-Based
  • Scientific/Engineering/Visualization
  • Text Processing/Markup
No  svgutils  pypi packages just yet.

Errors

A list of common svgutils errors.

Code Examples

Here are some svgutils code examples and snippets.

GitHub Issues

The svgutils package has 27 open issues on GitHub

  • Vague error when no height or width tag is in the svg

See more issues on GitHub

Related Packages & Articles

python-barcode 0.15.1

Create standard barcodes with Python. No external modules needed. (optional Pillow support included).

svgwrite 1.4.3

svgwrite is a powerful Python library designed to generate SVG (Scalable Vector Graphics) images. It's a library that allows you to create SVG files in a pythonic way without having to write raw XML. It provides an intuitive and straightforward interface for creating complex SVG images, making it a valuable tool for any Python developer working with vector graphics and performing svg image generation. The library is standalone and does not depend on any other Python packages.

easy-thumbnails 2.8.5

A powerful, yet easy to implement image thumbnail generator application for Django. The primary function of easy-thumbnails is to dynamically create thumbnails based on a source image. Under the hood, easy-thumbnail uses PIL to perform the image manipulation.