Skip to content

🔊 A Python application that converts PDF text into audio files (MP3) using text-to-speech synthesis, packaged as a standalone executable.

License

Notifications You must be signed in to change notification settings

piotrrosinski77/PDF-to-Audio-exe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF-to-Audio-exe

PDF-to-Audio-exe is a Python-based application designed to convert text from PDF files into MP3 audio files using text-to-speech (TTS) synthesis. This application can be used to listen to your PDFs, whether they are books, documents, or articles, by converting them into audio format. The project uses the PyPDF2 library for handling PDF files and pyttsx3 for offline TTS conversion. It’s packaged as a standalone executable with PyInstaller for ease of use.

Application Screenshot 1 Application Screenshot 2

Features

  • Convert any PDF file to audio in MP3 format.

Requirements

  • Python 3.x
  • PyPDF2
  • pyttsx3

Installation

Clone this repository:

git clone https://github.com/yourusername/PDF-to-Audio-exe.git
cd PDF-to-Audio-exe

Usage

Place the PDF file you want to convert in the same directory as the executable.

Run the executable:

./PDF-to-Audio.exe

About

🔊 A Python application that converts PDF text into audio files (MP3) using text-to-speech synthesis, packaged as a standalone executable.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published