Metadata-Version: 2.1
Name: simple-novel-reader
Version: 0.4.46
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
Requires-Python: >=3.5, <4
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4
Requires-Dist: lxml

# Simple Novel Reader
This is an CLI light novel reader written in Python for Linux.

## Dependencies:
* BeautifulSoup4
* lxml

## Setup/Usage:
```bash
pip3 install simple-novel-reader
```
To run program: `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,
* colored dialogs.

## Todo:
* Features:
  + configurable colors from config.ini,
  + bookmarks,
  + dual page view,
  + speed reading view (the same as in koreader perception expander).
* Chores:
  + refactor and clean up code,
  + split main function to multiple files for better readability,
  + error handling.

## Screenshots:
![screen](https://raw.githubusercontent.com/gzygmanski/simple-novel-reader/master/screen.png "screen")
![screen2](https://raw.githubusercontent.com/gzygmanski/simple-novel-reader/master/screen2.png "screen2")


