插件应用市场
icon
code2flow
将代码转换为流程图
0 个评分
0
用户
user
87
版本
user
1.0.0
大小
2.57 
MB
slide
slide
slide
slide
# 原理
依赖该项目,移植到utools中来
https://github.com/scottrogowski/code2flow

## 使用
- 安装 python3,使用brew安装就好,需要是
```shell
brew install python3
```
安装好之后,目录一般是在这里,`/Users/${username}/Library/Python/3.8`
- 安装code2flow
```shell
pip3 install code2flow
```
- 安装graphviz
```shell
brew install graphviz
```
- 安装Acorn
```shell
npm i -g acorn
```