kopia lustrzana https://github.com/inkstitch/inkstitch
7 wiersze
102 B
Plaintext
7 wiersze
102 B
Plaintext
|
#!/usr/bin/env python
|
||
|
|
||
|
import sys
|
||
|
import pyembroidery
|
||
|
|
||
|
pyembroidery.convert(sys.argv[1], sys.argv[2])
|