Metadata-Version: 2.1
Name: simple-novel-reader
Version: 0.9.166
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: <img src="https://raw.githubusercontent.com/gzygmanski/simple-novel-reader/0.9.x/images/snr_h.svg">
        
        [![GitHub license](https://img.shields.io/github/license/gzygmanski/simple-novel-reader)](https://github.com/gzygmanski/simple-novel-reader/blob/master/LICENSE)
        [![PyPI version](https://badge.fury.io/py/simple-novel-reader.svg)](https://badge.fury.io/py/simple-novel-reader)
        [![Downloads](https://pepy.tech/badge/simple-novel-reader)](https://pepy.tech/project/simple-novel-reader)
        
        CLI light novel reader written in Python for Linux.
        
        ## Dependencies:
        * BeautifulSoup4
        * lxml
        * langcodes
        * PyHyphen
        
        ## 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:
        * Fixes:
          + correct typos,
          + update help page (forgot to add bookmark key binds),
          + change edit template for new bookmark,
          + change default editor (if $EDITOR is not set) if needed.
        * Chores:
          + refactor and clean up code,
          + add comments
          + error handling.
        
        ## Screenshots:
        <img src="https://raw.githubusercontent.com/gzygmanski/simple-novel-reader/master/images/screen.png" width="70%">
        
Keywords: cli curses ebook epub epub-reader,light-novel-reader light-novels
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Environment :: Console :: Curses
Requires-Python: >=3.5, <4
Description-Content-Type: text/markdown
