gkiril / PNGToSVG

Convert your PNG files to SVG.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PNGToSVG

Convert your PNG files to SVG.

Usage

Binary

To use PNGToSVG you only need to download, extract the content of the zip, copy it where your PNG files are and double click on the executable.

Download the latest version here

Download and use code

Run:

> python pngtosvg.py

Create an executable:

> pip3 install pyinstaller
> pyinstaller --onefile PNGToSVG.spec

(Last tested using Python 3.9.0)

About

Convert your PNG files to SVG.

License:Apache License 2.0


Languages

Language:Python 100.0%