本文主要是介绍Python - 处理电子书的库,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
- kindleunpack: 转换azw3为epub
https://github.com/kevinhendricks/KindleUnpack - kindlegen 转换epub为mobi
- OpenBookPublishers
https://github.com/orgs/OpenBookPublishers/repositories?q=sort%3Astars - epub2pdf : converting fixed-layout manga/comic files(epub, azw3, mobi) to PDF file.
https://github.com/mashu3/epub2pdf - mobi : unpacking unencrypted mobi files
https://github.com/iscc/mobi - mobi_header : reading/editing mobi/azw3 metadata.
https://github.com/SolaProject/mobi_header - ToAZK : 将azw3和mobi转换为azk
https://github.com/GHLiu1993/ToAZK - EpubToMobi : https://github.com/GHLiu1993/EpubToMobi
- obp-gen-mobi : A tool to convert EPUBs to AZW3
https://github.com/OpenBookPublishers/obp-gen-mobi - covert : convert azw3 or mobi format file to epub format
https://github.com/YangJie6020/covert - mobi : python based software to unpack kindlegen generated ebooks
https://github.com/iscc/mobi - 基于 ecore 的电子书格式转换
https://gist.github.com/jianyun8023/a4b8e9568f896a09e495fb5ff12f1d20 - rtflib 写 rtf 文件
https://github.com/viking-sudo-rm/rtflib - RTF_TO_DOCX_CONVERTOR(机器需要安装 Office
https://github.com/TechNapoleon/RTF_TO_DOCX_CONVERTOR - rtf2txt (.exe 文件)
https://github.com/joncutrer/rtf2txt
2024-06-14
这篇关于Python - 处理电子书的库的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!