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

7
gui.py
View File

@@ -1,5 +1,5 @@
from NassiShneidermann import NassiShneidermanDiagram, nassi
from to_nassi import nassi
import PySimpleGUI as sg
import os.path
@@ -99,10 +99,7 @@ while True:
)
window["-TOUT-"].update(filename)
from Iinstruction import *
NSD = NassiShneidermanDiagram(True)
nassi(NSD)
nassi(filename)
except:
pass