Files
Lector/README.md
2018-03-12 19:41:18 +05:30

55 lines
1.2 KiB
Markdown

# 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
0. Install dependencies - I recommend using your package manager for this.
1. Clone repository
2. Type the following in the root directory:
$ python setup.py build
# python setup.py install
3. OR launch with lector/\_\_main\_\_.py
## Screenshots
### Main window
![alt tag](https://i.imgur.com/yrv2c0a.png)
### Table view
![alt tag](https://i.imgur.com/b1XdXqP.png)
### Book reading view
![alt tag](https://i.imgur.com/Tei6TqF.png)
### Comic reading view
![alt tag](https://i.imgur.com/U5JR35g.png)
### Bookmark support
![alt tag](https://i.imgur.com/RZkmCzG.png)
### View profiles
![alt tag](https://i.imgur.com/gkJ88pi.png)
### Metadata editor
![alt tag](https://i.imgur.com/AqQREBf.png)
### In program dictionary
![alt tag](https://i.imgur.com/Vh9xQUC.png)