Skip to content

Python CLI program to convert PDF files to audiobook using PyPDF2 and Google cloud Text-to-speech.

License

Notifications You must be signed in to change notification settings

lasanthamudalige/convert-pdf-to-audiobook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AUDIOWORD

Audiobook converter using Python, PyPDF2 and gTTS.

Table of contents

General info

This is a command line program converts PDF files to an audiobook using google Text-to-speech api.

Technologies

Project is created with:

  • Python version: 3.10.6
  • gTTS version: 2.3.0

Setup

To clone and run this application, you'll need Git installed on your computer.
From your command line run:

# Clone this repository
$ git clone https://github.com/lasanthamudalige/convert-pdf-to-audiobook.git

# Go into the repository
$ cd convert-pdf-to-audiobook/

# To install all dependencies
$ pip install -r requirements.txt

Usage

To run this project in Linux/Unix:

$ python3 main.py pdf_file_name

To run this project in Windows:

$ python main.py pdf_file_name

License

This project is open source and available under the MIT License.

About

Python CLI program to convert PDF files to audiobook using PyPDF2 and Google cloud Text-to-speech.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages