Initial commit

This commit is contained in:
Max Halford 2021-12-22 12:15:28 +01:00
commit 28b217e134

6
README.md Normal file
View file

@ -0,0 +1,6 @@
```sh
git clone https://github.com/MaxHalford/svg2stl
cd svg2stl
pip install -r requirements.txt
python svg2stl.py example.svg --thickness 4
```