Skip to content

najibulazam/Python-PDF-to-Audio-Reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPDF Reader 1.0

PyPDF Reader 1.0 is a Python program that allows users to read the text content of PDF files using text-to-speech technology. It provides options to read the entire PDF, a single page, or a custom range of pages.

Video

YouTube Link: https://youtu.be/QkP6a6DgR9U

Features

  • Read Full PDF: Reads aloud the entire content of the PDF file.
  • Read Single PDF Page: Reads aloud the content of a specific page in the PDF file.
  • Read Custom PDF Pages: Reads aloud the content from a specified range of pages in the PDF file.

Requirements

  • Python 3.12.4

  • pyttsx3 library
  • pyfiglet library
  • PyPDF2 library
  • emoji library
  • tabulate library

You can install the required libraries using the following command:

pip install pyttsx3 pyfiglet PyPDF2 emoji tabulate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages