# migrate **Repository Path**: houtaroy/migrate ## Basic Information - **Project Name**: migrate - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-21 - **Last Updated**: 2021-04-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # oreky-migrate #### 介绍 项目文件迁移小工具 #### 安装教程 1. 安装依赖 ```cmd pip install -r requirements.txt ``` 2. 生成exe文件 ```cmd pyi-makespec -F app.py pyinstaller app.spec ``` 3. 将dist/app.exe与config.ini放在同一目录下, 双击app.exe即可 #### 配置文件说明 参考config.ini中的相关注释