Skip to content

A tool that converts pdf documents(books) to audio form using Text-to-Speech

Notifications You must be signed in to change notification settings

vicodevv/audio-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

#Audio-Book

A tool that converts pdf documents(books) to audio form using Text-to-Speech

Run Locally

Clone the project

  git clone [email protected]:vicodevv/audio-book.git

Go to the project directory

  cd audio-book

Install dependencies

  pip install PyPDF2 or pip3 install PyPDF2
  pip install pyttsx3 or pip3 install pyttsx3

Run the code

  python main.py

Installation

Install audio-book with pip

  pip install PyPDF2
  pip install pyttsx3
  cd audio-book

Authors

Deployment

To deploy this project run

  python main.py

License

MIT

About

A tool that converts pdf documents(books) to audio form using Text-to-Speech

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages