Metadata-Version: 2.1
Name: epub-browser
Version: 0.3.0
Summary: A tool to open epub files and serve them via a local web server for reading in a browser.
Home-page: https://github.com/dfface/epub-browser
Author: dfface
Author-email: dfface@sina.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# epub-browser

Read epub file in the browser(Chrome/Edge/Safari...).

## Usage

Type the command in the terminal:

```bash
pip install epub-browser
epub-browser path/to/xxx.epub
```

Then a browser will be opened to view the epub file.

![epub on web](assets/test1.png)

## Tips

You can combine web reading with the web extension called [Circle Reader](https://circlereader.com/) to gain more elegant experience.

Other extensions that are recommended are:

1. [Diigo](https://www.diigo.com/): Read more effectively with annotation tools.
2. ...


