Skip to content

GUI based Pdf to Audiobook app using PyPDF2 and Google Text-to-Speech in python 🎧

Notifications You must be signed in to change notification settings

reynaroyce12/PDF-to-Audiobook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

GUI based Pdf to Audiobook app using PyPDF2 and Google Text-to-Speech in python 🎧

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages