gui, readme

This commit is contained in:
oleting
2020-12-21 10:46:03 +01:00
parent 7f5eae193e
commit be0f45cab9
5 changed files with 18 additions and 11 deletions

8
to_nassi.py Normal file
View File

@@ -0,0 +1,8 @@
from NassiShneidermann import NassiShneidermanDiagram, nassi
from Iinstruction import *
def nassi(filepath):
NSD = NassiShneidermanDiagram(True)
NSD.load_from_file(filepath)
NSD.convert_to_image("Nina", 500)