v0.1
This is a simple script that parses python files in a directory and generates a mxfile containing a diagramm of classes, attributes and methods which can be opened and edited using Draw.io.
python py2drawio.py C:/path/to/my/repo/
- Add types of attributes
- Add return types of methods
- Render relationships between classes