Quote:
Originally Posted by user_none
I recommend learning Python. Mainly because calibre is written in Python and you will be able to use calibre's code as examples to help you. Also you can then write on import plugins to modify the files as you import them.
|
I have written some ePub cleanup tools which hook into calibre's Tweak ePub but they are all in VBScript. Can you recommend any resources, (books/websites), for learning Python so that I can rewrite them as calibre plugins?