摘要: 下载pdf2docx pip install pdf2docx 在文件夹放上原pdf和空的word文档 from pdf2docx import Converter pdf_file = 'E:/1203/04741计算机网络原理复习资料(1).pdf' word_file = 'E:/1203/0 阅读全文
posted @ 2022-01-20 23:42 野猫炫 阅读(132) 评论(0) 推荐(0) 编辑
摘要: python批量输出指定文件夹文件数量 import os n_list=[11,12,13,14,15,50] n1_list=["tiktok","youtube","ins"] n2_list=["i","b","r"] for n in n_list: for n1 in n1_list: 阅读全文
posted @ 2022-01-20 16:55 野猫炫 阅读(224) 评论(0) 推荐(0) 编辑