diff --git a/README.md b/README.md index d5733c6..53f0411 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@ This python code generates a Nassi Shneiderman Diagramm from Java Source Code 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. -Using +Using: PySimpleGUI & Pillow diff --git a/gui/gui.py b/gui/gui.py index 65df21a..85a5930 100644 --- a/gui/gui.py +++ b/gui/gui.py @@ -63,7 +63,7 @@ def gui(): if event == '-DONATE-': 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-': fnames = output(values)