/BookWorm

BookWorm is a python based tool to convert Ebooks to simple audiobook in mp3 format. It uses Natural Language Processing to summarize and convert in an output mp3 format. It can be used to save locally to listen on the go.

Primary LanguagePython

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.