摘要:import os class BatchRename(): ''' 批量重命名文件夹中的图片文件 ''' def __init__(self): self.path = 'D:\\teat\\before' #表示需要命名处理的文件夹 self.save_path='D:\\teat\\after
阅读全文
posted @ 2022-10-25 21:48
随笔 - 46, 文章 - 0, 评论 - 0, 阅读 -
11615
|
|
10 2022 档案
摘要:import os class BatchRename(): ''' 批量重命名文件夹中的图片文件 ''' def __init__(self): self.path = 'D:\\teat\\before' #表示需要命名处理的文件夹 self.save_path='D:\\teat\\after
阅读全文
posted @ 2022-10-25 21:48
|
|
Powered by:
|