# epc 
epub page counter, counts pages in epub file based on char count (default: 2000)

## Usage
```
epc [OPTIONS] <EPUB_FILE>
```


#### Arguments:
```
<EPUB_FILE>  path to epub file
```

#### Options:
```
-c, --chars-per-page <CHARS_PER_PAGE>  char count per page [default: 2000]
-h, --help                             Print help
-V, --version                          Print version
```