# auto_plus **Repository Path**: peng_shao/auto_plus ## Basic Information - **Project Name**: auto_plus - **Description**: 使用python写的一个小demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-06-27 - **Last Updated**: 2022-07-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README python 3.9 安装依赖包 ```Shell pip install -r requirements.txt ``` 打包命令 ```Shell pyinstaller -F .\auto_plus.py ``` 打包后如果运行需要把config.ini配置文件复制到 auto_plus.exe 的同级目录