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
- Host: GitHub
- URL: https://github.com/abhishekkr/vachak
- Owner: abhishekkr
- License: mit
- Created: 2021-07-06T00:20:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-07T13:29:16.000Z (over 4 years ago)
- Last Synced: 2025-01-12T13:15:24.448Z (9 months ago)
- Topics: ebook, ebook-reader, epub, epub-reader, wip
- Language: Go
- Homepage:
- Size: 3.1 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Vachak
> _hindi_ for `Reader`

* 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
```
---