Merge branch 'main' of https://github.com/plexx-dev/Nassi-Shneiderman-Diagramm-Generator into main
This commit is contained in:
@@ -9,7 +9,7 @@ def nassi(filepath:str, output_path: str, gui, font_filepath: str=None):
|
||||
if font_filepath:
|
||||
NSD.set_font(font_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):
|
||||
output_path = values['-OUTPUT FOLDER-']
|
||||
|
||||
Reference in New Issue
Block a user