kopia lustrzana https://github.com/EmbroidePy/pyembroidery
Delete pyembroidery-convert.py
rodzic
a5b9faf7d1
commit
ab5163b5ed
|
@ -1,15 +0,0 @@
|
|||
from __future__ import print_function
|
||||
|
||||
import sys
|
||||
from pyembroidery import *
|
||||
|
||||
if len(sys.argv) <= 1:
|
||||
print("No command arguments")
|
||||
exit(1)
|
||||
input = sys.argv[1]
|
||||
if len(sys.argv) >= 3:
|
||||
output = sys.argv[2]
|
||||
else:
|
||||
output = sys.argv[1] + ".csv"
|
||||
pattern = read(input)
|
||||
write = write(pattern,output)
|
Ładowanie…
Reference in New Issue