# TVZHU_Editor **Repository Path**: hello8693/tvzhu_editor ## Basic Information - **Project Name**: TVZHU_Editor - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-03 - **Last Updated**: 2021-12-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 本项目是用Python给Editor.Md写的前端界面,为的是给大家提供一个好用的编辑器。 安装: 首先安装好Python3与pip等运行环境,然后运行: ```bash pip3 install flask ``` 接着克隆下来整个仓库 ```bash git clone https://gitee.com/hello8693/tvzhu_editor.git ``` 开发模式可直接运行app.py,如果想编译运行的话,请使用pyinstaller进行编译: ```bash pyinstaller -D app.py ``` 编译好之后拷贝static与templates文件夹到dist/app目录,运行即可。