forked from akkana/scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
24 lines (19 loc) · 893 Bytes
/
README
File metadata and controls
24 lines (19 loc) · 893 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Scripts for working with e-books and Kobo ebook readers
epubtag.py:
Display author, title and tag information for ebooks in epub format;
or add or modify an ebook's topic tags, title or cover.
Can be imported as a module (there are examples in the kobo/ directory
and in fixbookcover).
fixbookcover.py:
Fix books whose cover doesn't include the title, like many
Project Gutenberg books.
grebook.sh:
A shell script adapted from one by mosh on Stack Exchange
to grep in un-DRMed epub (and presumably also mobi) ebooks.
grebook.py:
A Python version of grebook, mainly useful to show how to implement
a multi-stage command pipeline in Python.
mirror2kobo.py:
From a directory structure of epub files, create a parallel structure
with all the same files, same create and modify dates, but with
files converted for Kobo's .kepub.epub format.