Python Forum
How to convert ebooks in bulk with Python and Calibre
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to convert ebooks in bulk with Python and Calibre
#1
I wrote a Python script that uses Calibre to do ebook conversion in bulk. Multiple child processes are opened in parallel with the help of the module subprocess. The script has a command-line interface from which the user can specify the input directory of ebooks, the format for conversion, and also an output directory.

https://orthodoxpirate.blogspot.com/2022...-with.html

I want to improve the code. I am looking for harsh criticism.
Reply


Messages In This Thread
How to convert ebooks in bulk with Python and Calibre - by janoroot - Apr-20-2022, 09:11 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020