epub2mobi icon indicating copy to clipboard operation
epub2mobi copied to clipboard

Small script that converts all the epub files in a directory tree to mobi.

Results 1 epub2mobi issues
Sort by recently updated
recently updated
newest added

`os.system` should never be used. Use `subprocess.call` instead, which allows passing arguments separately.