atmaxinger / Lector

qt based ebook reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lector

Qt based ebook reader

Currently supports:

  • pdf
  • epub
  • mobi
  • azw / azw3 / azw4
  • cbr / cbz

Support for a bunch of other formats is coming. Please see the TODO for additional information.

Requirements

Package Version tested
Qt5 5.10.1
Python 3.6
PyQt5 5.10.1
python-requests 2.18.4
python-beautifulsoup4 4.6.0
poppler-qt5 0.61.1
python-poppler-qt5 0.24.2

poppler-qt5 and python-poppler-qt5 are optional.

Installation

Manual

  1. Install dependencies - I recommend using your package manager for this.

  2. Clone repository

  3. Type the following in the root directory:

     $ python setup.py build
     # python setup.py install
    
  4. OR launch with lector/__main__.py

Available packages

Translations

  1. There is a SAMPLE.ts file in resources/translations. Open it in Qt Linguist.
  2. Pick the language you wish to translate to.
  3. Translate relevant strings.
  4. Try to resist the urge to include profanity.
  5. Save the file as Lector_<language> and send it to me, preferably as a pull request.

Oh, please keep the translations short. There's only so much space for UI elements.

Screenshots

Main window

alt tag

Table view

alt tag

Book reading view

alt tag

Comic reading view

alt tag

Bookmark support

alt tag

View profiles

alt tag

Metadata editor

alt tag

In program dictionary

alt tag

Reporting issues

When reporting issues:

  • If you're having trouble with a book while the rest of the application / other books work, please link to a copy of the book itself.
  • If nothing is working, please make sure the requirements mentioned above are all installed, and are at least at the version mentioned.

Attributions

About

qt based ebook reader

License:GNU General Public License v3.0


Languages

Language:Python 99.8%Language:QMake 0.1%Language:HTML 0.1%