Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 476 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 476 Bytes

Pdf to Audiobook 📚

This project converts the given pdf file into audiobook. It uses Pypdf2 python library to extract the text from the pdf file, gTTS (google text-to-speech) to convert the text into mp3 and pygame to play the audio. Webbrowser module is used to open the pdf file.

Usage

To configure the development environment install the packages using pip install and when the program runs a speech.mp3 file will created in the root directory.