Port any SVG image to Geometry Dash

Port any SVG image to Geometry Dash Made by Jaan#2897(mostly) and some code by camila314(converting svg to objects) Feel free to contact me How to run Install Python 3.7+ Download this repo Run python main.py Input some values Done 🙂 How it works It basically just uses gd.py to add objects/create a level with them and svgpathtools to actually make those objects. Special thanks GitHub View Github    

Read more

Agile SVG maker for python

Need to draw hundreds of frames for a GIF? Need to change the style of all pictures in a PPT? Need to draw similar images with different parameters? Try ASVG! Under construction, not so agile yet… Basically aimed at academic illustrations. Simple Example

Read more

A Python3 library to generate dynamic SVGs

The Python library for generating dynamic SVGs using Python3 Version: 0.0.5 Installation Note: This library is still under development Example: import svg from svg.canvas import Canvas from svg.shapes import Rectangle from svg.server import svg_server canvas = Canvas(500, 500) rect1 = Rectangle(200, 100, canvas) svg_server(canvas=canvas, port=8000) To Access    

Read more

Conversor de arquivos svg para react-native utilizando python

svg-react-native-converter Conversor de arquivos svg para react-native utilizando python. 🚀 Technologies Technologies that I used to develop this application 💻 Getting started Requirements Clone the project and access the folder $ git clone https://github.com/cesarzxk/svg-react-native-converter.git Follow the steps below # For run the code(or double click): python ./main.py 🤔 How to contribute Make a fork of this repository # Fork using GitHub official command line # If you don’t have the GitHub CLI, use the web site to do that. $ […]

Read more