1.2 KiB
1.2 KiB
Lector
Qt based ebook reader
Currently supports:
- epub
- mobi
- azw / azw3 / azw4
- cbr / cbz
pdf support is coming, along with support for a bunch of other formats. Please see the TODO for additional information.
Requirements
- Qt5 >= 5.10.1
- Python >= 3.6
- PyQt5 >= 5.10.1
- python-requests >= 2.18.4
- python-beautifulsoup4 >= 4.6.0
Before filing issues, please see if you've installed at least the version mentioned above.
Installation
-
Install dependencies - I recommend using your package manager for this.
-
Clone repository
-
Type the following in the root directory:
$ python setup.py build # python setup.py install
-
OR launch with lector/__main__.py