# SWPyRename **Repository Path**: shede333/SWPyRename ## Basic Information - **Project Name**: SWPyRename - **Description**: 批量重命名文件 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-29 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SWPyRename Python2, 批量重命名文件 命令; # 安装 ```bash # 使用源码安装 cd 工程根目录; pip install -e ./ # 下载源码安装 pip install -e "git+https://gitee.com/shede333/SWPyRename.git#egg=SWPyRename" # 或者(此时需要把'$HOME/Library/Python/2.7/bin'放到路径PATH里) pip install --user -e "git+https://gitee.com/shede333/SWPyRename.git#egg=SWPyRename" ``` # 使用 ```shell swrename -h ```