Giter Site home page Giter Site logo

pdf_audio_reader's Introduction

PDF ORATEUR

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 for python script.
pdf_audio_CLI.py contains the whole code for the Command Line Interface(CLI) of this project.
pdf_audio_GUI.py contains the whole code for the GUI version of this project.

Dependencies

  • PyPDF2

    pip install PyPDF2
    
  • pyttsx3

    pip install pyttsx3
    
    pip install pyaudio and pywin32 (if not working)
    

TODOs

  • Create a Python package for this project.

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

pdf_audio_reader's People

Contributors

nikhilkumarsingh avatar piyshkmr avatar saberprashant avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pdf_audio_reader's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.