soumam007 / PDF_AUDIO_READER

A simple and offline PDF audio reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PDF AUDIO READER

A simple and offline PDF audio reader using Python.

How it works?

The task can be simply divided into 2 steps:

  1. Extract text from PDF. Refer read.py for a sample.

  2. Convert text to speech. Refer speak.py for a sample.

pdf_audio_reader.py contains the complete code.

Dependencies

TODOs

  • Suggest a cool name for this project.

  • Create a requirements.txt file.

  • A CLI for the PDF audio reader program.

  • Create a Python package for this project.

  • A simple desktop GUI.

Want to contribute?

  • Fork the repo on GitHub

  • Clone the project to your own machine

  • Commit changes to your own branch

  • Push your work back up to your fork on Github

  • Submit a Pull request!

Video link:

Indian Pythonista

About

A simple and offline PDF audio reader


Languages

Language:Python 100.0%