pdf2audioBooks

It's a Project built using python and Google APIs that converts your pdf to audiobooks.

Installation

  1. Folk the repo and copy its URL and clone it to your system. Clone the project
  git clone https://link-to-repo
  1. Go to the project directory
  cd my-project
  1. Install required packages
  pip install -r /path/to/requirements.txt
  1. Add your Google Cloud Credentials to the main folder.
  2. Run the program.

Features

  • Select the voice in which you want the speaker to speak.
  • User can set the speaker rate as they want(default speakingRate = 0.8).
  • User can pass deafult_attr as True then it will generate audio as output with default voice and parameters.