You are not logged in.

#1 2012-09-13 22:05:10

rk700
Member
Registered: 2011-08-21
Posts: 9
Website

rbook: a simple vim style document viewer

Hi,

I'm learning python recently and I've just finished my first project: rbook, a simple pdf manager. Though this program is really simple and I'm not sure if it's necessary to publish it, I just want to contribute:)

It depends on wxpython, and has a simple viewer using python-poppler to render. The viewer provides a vim style shortcuts. (This is my favourite feature.)

Please feel free to tell me if you have any ideas about it. Many thanks!

Update:

I've removed dependendcy on poppler, and now it uses python bindings of mupdf  for rendering.

Main features:
* vim style key bindings
* support PDF/CBZ/XPS/DJVU
* continue from the page opened last time
* open documents in tabs

Dependencies:
* wxPython
* python-fitz for PDF/CBZ/XPS files
* python-djvulibre(optional) for DJVU files


project page:
https://github.com/rk700/rbook

AUR:
https://aur.archlinux.org/packages.php?ID=62774

screenshot:
thumbscreenshot.jpg

Last edited by rk700 (2012-10-28 22:43:52)

Offline

#2 2012-09-13 23:34:12

avx
Member
Registered: 2011-07-05
Posts: 71

Re: rbook: a simple vim style document viewer

In theory, I've got a need for something like this, though I would prefer not to install wx and, more important to me, maybe you could use mupdf and xembed it into the app directly.

Offline

#3 2012-09-13 23:47:28

rk700
Member
Registered: 2011-08-21
Posts: 9
Website

Re: rbook: a simple vim style document viewer

Hey avx,

Thanks! I didn't even know mupdf before. It seems to be a better choice than poppler.

Offline

Board footer

Powered by FluxBB