inkstitch/bin/pyembroidery-convert

7 wiersze
102 B
Python
Executable File

#!/usr/bin/env python
import sys
import pyembroidery
pyembroidery.convert(sys.argv[1], sys.argv[2])