A minimal personal demo project showing how to use pyFlowchart to automatically generate flowcharts from Python source code. Mostly a reminder on how pyFlowchart works that I can come back to when ...
A python script that reads assembly code files (and linked files) and generates a HTMl file which presents a flowchart of the code layout, each function and all the code. I created this project ...