added ability to change output filename
This commit is contained in:
@@ -9,7 +9,7 @@ def nassi(filepath:str, output_path: str, gui, font_filepath: str=None):
|
|||||||
if font_filepath:
|
if font_filepath:
|
||||||
NSD.set_font(font_filepath)
|
NSD.set_font(font_filepath)
|
||||||
NSD.load_from_file(filepath)
|
NSD.load_from_file(filepath)
|
||||||
NSD.convert_to_image(output_path + "/Nassi-Shneider-Diagramm", 500)
|
NSD.convert_to_image(output_path, 500)
|
||||||
|
|
||||||
def output(values):
|
def output(values):
|
||||||
output_path = values['-OUTPUT FOLDER-']
|
output_path = values['-OUTPUT FOLDER-']
|
||||||
|
|||||||
Reference in New Issue
Block a user