Metadata-Version: 2.1
Name: simple-novel-reader
Version: 0.7.106
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
Description: # Simple Novel Reader
        This is an 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,
        * colored dialogs,
        * dual page view.
        
        ## Todo:
        * Features:
          + [done] configurable colors from config.ini,
          + 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:
        ![screen](https://raw.githubusercontent.com/gzygmanski/simple-novel-reader/master/screen.png "screen")
        
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
