Files
2023-03-20 01:47:39 +01:00

28 lines
655 B
Markdown

# Nassi-Shneiderman-Diagramm-Generator
This python code generates a Nassi Shneiderman Diagramm from Java Source Code.
Newest Version --> 0.3 A
How it works:
In the final version, you will just have to execute the nassi.exe and choose your Code, it will display a preview of the Nassi-Shneiderman-Diagramm and give you the path of the created picture.
Using:
Python 3.9.1 with
<<<<<<< HEAD
PySimpleGUI, Pillow
## Run
1. ```
pip install -r requirements.txt
```
2. ```
python run.py
```
=======
PySimpleGUI, Pillow, Flask & wtforms
[Just a Visualization of our Progress](https://www.youtube.com/watch?v=WOCruSSG3qg)
>>>>>>> main