mtl / svg2mod

Convert Inkscape SVG drawings to KiCad footprint modules
Creative Commons Zero v1.0 Universal
236 stars 56 forks source link

Make svg2mod installable using pip #18

Closed xesscorp closed 6 years ago

xesscorp commented 6 years ago

Hi. Great tool, very useful!

I modified the directory structure, added a setup.py file, and made a small change to the import of the svg library. Now you can install svg2mod using the command:

pip install git+https://github.com/mtl/svg2mod

If you want, you could also add this tool to pypi. Then it could be installed by:

pip install svg2mod
mtl commented 6 years ago

Thank you for submitting this!