BookWorm is a python tool to convert Ebooks to simple audiobook in mp3 format.
- 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.