diff --git a/README.md b/README.md index dbf956c..6dd75ce 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,42 @@ # Lector Qt based ebook reader -Currently supports epub, cbr, cbz. I would consider this alpha-ish. +Currently supports: +* epub +* mobi +* azw / azw3 / azw4 +* cbr / cbz -![alt tag](https://i.imgur.com/mSPhZDX.png) +## Requirements +Qt5, PyQt5, python-requests, python-beautifulsoup4 + +## Installation +0. Install dependencies +1. Clone repository +2. Launch with \_\_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)