eReader exlibris v0.1
Exlibris generator using Calibre database, of some books that were in my eReader.
REQUIREMENTS
- Python 3.x
$ pip install pdfkit bs4
TYPICAL USAGE
$ python librero.py && python set.py && python exlibris.py
1st: Generate library.html / Library-set.html / exlibris.html
2nd: Visualize them on a browser.
Generate HTML libraries:
$ python librero.py # Generates and/or ./library.html
$ python set.py # Generates and/or updates ./Library-set.html
Create an Exlibris PDF list:
$ python pdf.py # Generates a PDF with all exlibris data
Create an Exlibris :
$ python exlibris.py # Generates and/or updates ./exlibris.html
Edit the JSON:
$ python editor_JSON.py # Can edit every JSON line / data
Edit the JSON via HTML interface:
$ open ./editor.html # An HTML JSON editor.
Files generated:
-
./library.html - Basic exlibris list.
-
./Library-set.html - Advanced exlibris management.
-
./Library.pdf - PDF with a full data output.
-
./exlibris.html - SVG/PNG Editor, Exlibris logo creator app.
-
./library.json - A JSON list with all your exlibris data.
-
./files/* - Every book cover.
(Development in progress)
2024 September, 16th.