An open API service indexing awesome lists of open source software.

https://github.com/abhishekkr/vachak

to read/listen books
https://github.com/abhishekkr/vachak

ebook ebook-reader epub epub-reader wip

Last synced: 8 months ago
JSON representation

to read/listen books

Awesome Lists containing this project

README

          

## Vachak

> _hindi_ for `Reader`

![Vachak Logo](vachak-logo.png)

* implementing EPUB format first

* usages

```
## show help usage
go run vachak.go -h

## as of now prints all pages at once
go run vachak.go -epub /path/to/my.epub

## for Text To Speech enabled; it's slow as of now
go run vachak.go -tts -epub /path/to/my.epub
```

![Vachak usage for Epub](vachak-usage-epub.gif)

---