pyflowchart
pyflowchart copied to clipboard
Python codes to Flowcharts
can you please upgrade this library for a try and exception? 
People complain to me about pyflowchart outputting nothing! Here is an example:  Where `simple.py` is defined as: ```py from pkgutil import get_data def foo(a, b): if a: print("a")...
At the moment we can only support one flow out. Is there any plans to include `parallel` node type or even limited support? I am trying to draw something very...
aa
st3=>start: start foo io5=>inputoutput: input: a, b cond9=>condition: if a sub13=>subroutine: print('a') io34=>inputoutput: output: (a + b) e32=>end: end function return cond18=>operation: print('b') while i in range(3) st3->io5 io5->cond9 cond9(yes)->sub13...
It would be very handy indeed if there was a simple CLI for code->svg. Flowchart.js is javascript (obviously), so how would you feel if I made a pull request that...
As pyflowchart 0.3.1 used with python 3.11 and astunparse 1.6.3 throws an exception: `Traceback (most recent call last): File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.10/runpy.py",...
The [README_zh-CN.md](https://github.com/cdfmlr/pyflowchart/blob/master/README_zh-CN.md) is outdated: - [ ] 71bac8d5b290dd39af02da58ecd10d3a1f2145a0
For example if I create my process, is there an option to create an heatmap around the process steps. Please see the image below. 
The [diagrams library](https://diagrams.mingrammer.com/) uses GraphViz and seems to support [flowchart notion too](https://diagrams.mingrammer.com/docs/nodes/programming), no need to mess with JavaScript