Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 380 Bytes

Readme.md

File metadata and controls

11 lines (9 loc) · 380 Bytes

v0.1

py2drawio

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.

Use

python py2drawio.py C:/path/to/my/repo/

ToDo

  • Add types of attributes
  • Add return types of methods
  • Render relationships between classes