Skip to content

Latest commit

 

History

History
61 lines (36 loc) · 737 Bytes

README.md

File metadata and controls

61 lines (36 loc) · 737 Bytes

#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