Skip to main content

Generates flowchart from Python functions.

Project description

py2flowchart

Generates flowchart from Python functions and python file. 让简单的Python函数或文件生成流程图 (流程图可用flowchart.js来显示,也可以用于typora等md文件中) (在typora中用flow.....表示流程图)

Examples

from py2flowchart import * 
pyfile2flowchart("xxxx.py", "xxxx.html")

get_flowchart("if a>b:\n    print(c)")

def myfun():
    pass
get_flowchart(myfun) 

FAQs

Which Python version? ... Using 3.x AST. This prog is very limited, it can use for "if,for,while" statement, but not for "break,continue"

Thanks

this programe was inspired by latexify_py

about

dstang2000@263.net

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py2flowchart-0.0.1.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distribution

py2flowchart-0.0.1-py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page