Skip to content

parth-singh71/book_reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Reader

A piece of code to listen to books with some voice commands on your linux pc.

PyAudio Installation

PyAudio, the cross-platform audio input/output stream library is needed for this to work.

For Ubuntu or Debian users

$ sudo apt-get install python-pyaudio python3-pyaudio
$ pip install PyAudio

For Windows users

$ pip install PyAudio

Quick Setup

You can quickly download the dependencies using the command given below.

pip install -r requirements.txt

Getting Started

For listening a single page

python main.py --pdf 'pdf_name.pdf' --single --page 10

For listening multiple pages

python main.py --pdf 'pdf_name.pdf' --multi

Other examples

python main.py --pdf 'storybook.pdf' --multi --from_page 8
python main.py --pdf 'chapter2.pdf' --multi --from_page 45

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages