+ update reademe
This commit is contained in:
@@ -5,6 +5,6 @@ This python code generates a Nassi Shneiderman Diagramm from Java Source Code
|
|||||||
How it works:
|
How it works:
|
||||||
In the final version, you will just have to execute the nassi.exe and choose your Code, it will display the Nassi-Shneiderman-Diagramm and give you the path of the created picture.
|
In the final version, you will just have to execute the nassi.exe and choose your Code, it will display the Nassi-Shneiderman-Diagramm and give you the path of the created picture.
|
||||||
|
|
||||||
Using
|
Using:
|
||||||
PySimpleGUI &
|
PySimpleGUI &
|
||||||
Pillow
|
Pillow
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ def gui():
|
|||||||
|
|
||||||
if event == '-DONATE-':
|
if event == '-DONATE-':
|
||||||
sg.popup_notify(
|
sg.popup_notify(
|
||||||
('You donated $' + str(random.randint(0, 1000000000000000)) + '.'), title='Thanks')
|
('You donated $' + str(random.randint(500, 100000000)) + '.'), title='Thanks')
|
||||||
|
|
||||||
if event == '-OUTPUT FOLDER-':
|
if event == '-OUTPUT FOLDER-':
|
||||||
fnames = output(values)
|
fnames = output(values)
|
||||||
|
|||||||
Reference in New Issue
Block a user