fabiocolacio / bookworm

A simple ebook reader for Elementary OS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bookworm Translation status Build Status Snap Status Donate

A simple, focused eBook reader

Author: Siddhartha Das

Read the books you love without having to worry about the different format complexities like epub, pdf, mobi, cbr, etc. This version supports EPUB, PDF and Comics (CBR and CBZ) formats with support for more formats to follow soon.

Check the Bookworm website for details on features, shortcuts, installation guides for supported distro. : https://babluboy.github.io/bookworm/

How to build bookworm:

On debian

sudo apt-get build-dep granite-demo
sudo apt-get install granite-demo
sudo apt-get install libgranite-dev
sudo apt-get install valac
sudo apt-get install libwebkit2gtk-4.0-37 libwebkit2gtk-4.0-dev
sudo apt-get install libsqlite3-dev
sudo apt-get install poppler-utils libpoppler-glib-dev html2text

On fedora

sudo dnf install cmake gcc-c++ vala
sudo dnf install gtk3-devel libgee-devel granite-devel
sudo dnf install webkitgtk4-devel sqlite-devel poppler-glib-devel html2text

Build and install bookworm

git clone https://github.com/babluboy/bookworm.git
cd bookworm
mkdir build && cd build 
cmake -DCMAKE_INSTALL_PREFIX=/usr ../
make
sudo make install

Screenshots

screenshot screenshot

Two Page View screenshot

Bookworm Dark Mode screenshot screenshot

Library List View screenshot

Bookworm Preferences screenshot

About

A simple ebook reader for Elementary OS

License:GNU General Public License v3.0


Languages

Language:Vala 66.9%Language:Python 25.2%Language:CMake 7.7%Language:Shell 0.3%