Skip to content

Wolverine3650/TextToSpeech-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

TextToSpeech-using-Python

Python program to convert the pdfs into a speech.

Two Important library for this simple TextToSpeech implementation are:

1. pyttsx3

Visit Documentation >> pyttsx3 is a text-to-speech conversion library in Python. Unlike alternative libraries, it works offline, and is compatible with both Python 2 and 3.


2. pyPDF2

Visit Documentation >> pyPDF2 is a Pure-Python library built as a PDF toolkit. It is capable of: extracting document information (title, author, …) splitting documents page by page merging documents page by page cropping pages merging multiple pages into a single page encrypting and decrypting PDF files and more!



Using pyttsx3 we can have 2 options for customization like we can change the current speaking rate and also the current voice using setProperty().

try this out!! Because Python is Fun..!!

HAPPY CODING!! :)

About

Python program to convert the pdfs into a speech.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages