From e8962c7497929a339e86ccf02b5f352068f51a18 Mon Sep 17 00:00:00 2001 From: oleting Date: Sat, 26 Dec 2020 00:38:18 +0100 Subject: [PATCH] + update reademe --- README.md | 2 +- gui/gui.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)