/FileRenamer

Find the specified characters contained in multiple local files and batch modify their names.

Primary LanguagePythonMIT LicenseMIT

FileRenamer

Find the specified characters contained in multiple local files and batch modify their names.

安装为独立应用的教程 --windows 系统

  1. 下载整个压缩包 zip 并解压到独立文件夹
  2. windows 用户点击项目文件夹地址栏, 输入cmd回车
  3. 在命令行 cmd 输入python -m venv venv回车
  4. 在命令行 cmd 输入venv\Scripts\activate回车
  5. 输入pip install -r requirements.txt回车, 等待
  6. 结束后, 输入pyinstaller LocalRenamer.spec回车, 等待

Find the specified characters contained in multiple local files and batch modify their names.

查找多个本地文件名称中的指定字符,并批量替换为其他字符

  1. 支持直接选择多个文件
  2. 支持直接递归遍历根目录下的所有子孙后代路径中的文件
  3. 修改后会显示数据统计
  4. 支持不区分大小写
  5. 支持正则表达式