摘要:
pdf2docx:https://github.com/dothinking/pdf2docx 可将 PDF 转换成 docx 文件的 Python 库。 from pdf2docx import parse pdf_file = '/path/to/sample.pdf' docx_file = 阅读全文
摘要:
schedule : https://github.com/dbader/schedule 该项目人性化的 API 设计,让开发者仅用几行代码就能轻松实现定时任务。它不依赖任何第三方库,全部代码也就一个文件 800 多行,拥有丰富的注释和单元测试,源码阅读起来十分轻松。 import schedul 阅读全文