pyflowchart icon indicating copy to clipboard operation
pyflowchart copied to clipboard

Python codes to Flowcharts

Results 15 pyflowchart issues
Sort by recently updated
recently updated
newest added

can you please upgrade this library for a try and exception? ![Screenshot from 2022-08-04 15-58-31](https://user-images.githubusercontent.com/98518134/182826031-55af098c-0862-432f-a51d-abf3afbcc8f6.png)

enhancement

People complain to me about pyflowchart outputting nothing! Here is an example: ![test51f7b490-9c2a-4267-84a4-3006e144e08e jpg](https://user-images.githubusercontent.com/45259230/173753374-19118a40-68ac-4508-bf80-8e64ac151bc7.png) Where `simple.py` is defined as: ```py from pkgutil import get_data def foo(a, b): if a: print("a")...

help wanted
question

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...

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",...

bug

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. ![grafik](https://github.com/cdfmlr/pyflowchart/assets/74871581/12265015-b797-49dd-8110-00d4920f5cf7)

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