Metadata-Version: 2.1
Name: PySpeakItOut
Version: 0.2.0
Summary: PySpeakItOut AudioBook package 
Home-page: UNKNOWN
Author: krishna sonune
Author-email: krishnasonune87@gmail.com
License: UNKNOWN
Keywords: python
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown


# PySpeakItOut Package

PySpeakItOut package is a audiobook that makes you fall in love with reading books, it extract content from pdf and convert it into a audiobook to increase your reading efficiency

## Installation

Install PySpeakItOut package by giving command

```bash
  pip install PySpeakItOut
```
    
## Important Note

    before passing book name in reader method as a 
    parameter, please make sure that book is present in 
    the same directory where you are coding
## Examples

```python

    from PySpeakItOut import reader

    reader.readitout(book='bookname.pdf',
                  voice='male' or 'female',
                  page_number=8,
                  speech_rate=160)

```




