Metadata-Version: 2.1
Name: simple-novel-reader
Version: 0.8.136
Summary: An CLI light novel reader
Home-page: https://github.com/gzygmanski/simple-novel-reader
Author: Grzegorz Zygmański
Author-email: gzygmanski@hotmail.com
License: UNKNOWN
Keywords: cli curses ebook epub epub-reader,light-novel-reader light-novels
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Environment :: Console :: Curses
Requires-Python: >=3.5, <4
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4
Requires-Dist: lxml

# Simple Novel Reader
<img src="snr.svg">
CLI light novel reader written in Python for Linux.

## Dependencies:
* BeautifulSoup4
* lxml

## Setup/Usage:
To install:
```bash
pip3 install simple-novel-reader
```
To run program:
```bash
snr \path\to\epub\file
```
On the first run you need to specify a file, next time the file will be opened as default.

## Features:
* save reading progress and quickmarks of a book upon exit,
* starting program without argument will open last read book,
* quickmarks,
* bookmarks,
* colored dialogs,
* dual page view.

## Todo:
* Features:
  + [done] configurable colors from config.ini,
  + [done] bookmarks,
  + [done] dual page view,
  + [done] speed reading view (the same as in koreader perception expander).
* Chores:
  + refactor and clean up code,
  + add comments
  + error handling.

## Screenshots:
<p align="center">
  <img src="screen.png" width="70%">
</p>


