Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 603 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 603 Bytes

BookWorms


BookWorm is a python tool to convert Ebooks to simple audiobook in mp3 format.

About BookWorm


- Use BookWorm to summarize your pdf
- Shorten your stories to listen on the go. - Convert your whole Ebook to mp3 output. - Audio Summary of ebook.

### Requirements

- PdfMiner `$ sudo pip install pdfminer.six`
- Sumy `$ sudo pip install sumy`
- gTTs `$ sudo pip install gtts` ### How to Use BookWorm

run `python3 check.py`
Save .pdf files in same directory and use the GUI.
Feel free to fork and contribute.