SC
scottgriv/python-pdf_to_audio
Convert pdf files to audio files (text to voice).
Python PDF File to Audio File
A simple Python script that converts PDF files to audio files.
Table of Contents
Getting Started
- Clone this repository.
- Install Python.
- Install Pip.
- Install
pip install pyttsx3andpip install PyPDF2in your terminal. - Add your PDF file input and audio file output locations to the
main.pyfile here:
# Define Input and Output File Locations
input_file = 'pdf_Sample.pdf'
output_file = 'pdf_Sample.aiff'- Run the script:
python main.py - Your text based PDF file will be converted to an audio file.
Resources
License
This project is released under the terms of The Unlicense, which allows you to use, modify, and distribute the code as you see fit.
- The Unlicense removes traditional copyright restrictions, giving you the freedom to use the code in any way you choose.
- For more details, see the LICENSE file in this repository.
Credits
Author: Scott Grivner
Email: scott.grivner@gmail.com
Website: linktr.ee/scottgriv
Reference: Main Branch