This package creates audiobooks from PDF files
Project description
PDF to Audio Converter
Convert PDF documents to spoken audio files using Google's Text-to-Speech service through the gTTS library and PyPDF2 for reading PDFs. This tool is ideal for creating audiobooks or for enhancing accessibility.
Features
- Convert PDFs to audio: Turn any PDF document into an audio file.
- Multi-language support: Uses Google's Text-to-Speech which supports various languages.
Installation
Install from PyPI with pip:
pip install pdfToAudio
Requiriments
pip install gTTS pypdf PdfReader
Quick Start
Here is how you can use the pdf_to_audio function to convert a PDF document into an audio file:
from pdfToAudio.pdf_to_audio import pdf_to_audio
pdf_path = 'path/to/your/pdf_file.pdf'
output_audio_path = 'path/to/your/audio_file.mp3'
language = 'en'
pdf_to_audio(pdf_path, output_audio_path, language)
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pdfToAudio-1.0.2.tar.gz.
File metadata
- Download URL: pdfToAudio-1.0.2.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd472da3c4c8640c60fdea4ebce8783bfe260d8fcce94beea7ec9da9bf03713e
|
|
| MD5 |
4fe092692b8264d71694dd1ef51a3f4a
|
|
| BLAKE2b-256 |
d3ba553a7b7cc68e3d683842d1268197a6642c421d1cabf395093a2bb1c2df7b
|
File details
Details for the file pdfToAudio-1.0.2-py3-none-any.whl.
File metadata
- Download URL: pdfToAudio-1.0.2-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a9c731f264be6d0f30c9db0e667c356baf336594d8edb34de19c71bef9bbf56
|
|
| MD5 |
b37566002721a90a4e801c775368f27c
|
|
| BLAKE2b-256 |
72ad865b19e7fd2d4e681177f07a3017638f362c957d93ad6deab60279cab60d
|