# blueprintdemo **Repository Path**: seerhugan/blueprintdemo ## Basic Information - **Project Name**: blueprintdemo - **Description**: 使用PyQt制作的节点编辑器 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 16 - **Forks**: 4 - **Created**: 2021-07-30 - **Last Updated**: 2025-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BlueprintDemo #### 介绍 使用PyQt制作的节点编辑器 tcc:使用TCC编译将c代码编译为exe文件 cDemo:需要编译的c代码可以加载json并运行 #### 安装依赖 `pip install pyqt5 -i https://pypi.douban.com/simple` #### 可以忽略的无用目录 ``` .vscode examples.Futility __pycache__ examples.__pycache__ examples.Node.__pycache__ ``` #### 各文件含义见 `examples.__init__.py`