Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>py2flowchartNew to Visual Studio Code? Get it now.
py2flowchart

py2flowchart

dstang2000

|
13,897 installs
| (1) | Free
convert python code to flowchart
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

py2flowchart

Convert python code to flowchart. Please upgrade the py2flowchart to the latest version. pip install -U py2flowchart.

How to use

Tip: F1 or Ctrl+Shift+P, select flowchart: Open flowchart Ctrl+Alt+F right-click, 'open flowchart' how to use

Requirements

  • Python3.7+.
  • pip install -U py2flowchart

Extension Settings

    "py2flowchart.style": {
        "line-color": "red",
        "element-color": "brown",
        "fill": "yellow",
        "flowstate": {
            "past": {
                "fill": "#CCCCFF",
                "font-size": 12
            }
        }
    },

0.0.4 - 2023-12-09

Fixed

  • Fix execute python in PowerShell terminal.

0.0.3 - 2023-12-08

Add

  • Make input / output nodes in trapezoid.

0.0.2 - 2023-11-28

Fixed

  • Fix crlf in python file.
  • Fix python path in Windows.

0.0.1 - 2020-03-13

  • Initial release

Known Issues

Only simple python code is supported.
break and continue as simple statement.
please contact: dstang2000@263.net

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft