# 局域网共享工具 **Repository Path**: Grifcc/lan_sharing_tools ## Basic Information - **Project Name**: 局域网共享工具 - **Description**: No description available - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-24 - **Last Updated**: 2021-07-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 局域网文件共享工具 #### 介绍 本程序用python3实现,使用PyQt5做GUI。自动化脚本仅可以再windows上实现。 #### 安装教程 1. 安装python3解释器(version 3.7.4) 2. Windows + 2.1 运行Init.bat + 2.2 运行Start.bat 3. Linux(自己选择是否更换清华源) + 3.1 pip install -r requirements.txt + 3.1 python3 share.py #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request