Online playground for svg.py, the best Python library for generating SVG files.
Try it online: svg.orsinium.dev.
Use cases:
- Try the library without installing it.
- Fine-tune your art without switching back-and-forth between IDE and browser.
Powered by pyodide managed from WASM-compiled Go application using GWeb. All the code is ran on the client-side (in the browser).
You'll need task and go. When you do, simply run task run
and go to localhost:1337.