Metadata-Version: 2.1
Name: kiki
Version: 1.0
Summary: pdf text-to-speech
Home-page: https://github.com/VijayStroup/Kiki
Author: Vijay Stroup
Author-email: vijay@vijaystroup.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: PyPDF2 (==1.26.0)
Requires-Dist: beautifulsoup4 (==4.9.3)
Requires-Dist: certifi (==2020.6.20)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: click (==7.1.2)
Requires-Dist: gTTS-token (==1.1.3)
Requires-Dist: gTTS (==2.1.1)
Requires-Dist: idna (==2.10)
Requires-Dist: requests (==2.24.0)
Requires-Dist: six (==1.15.0)
Requires-Dist: soupsieve (==2.0.1)
Requires-Dist: typer (==0.3.2)
Requires-Dist: urllib3 (==1.25.10)

# Kiki

Named after the Google voice actress Kiki Baessell.  
Kiki will transform your PDFs into audio files for you to listen to.

## Installation
### Dependencies
- Python 3
- Python 3 pip

```bash
$ pip install keke
```

## Usage
```bash
$ kiki
Usage: kiki [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  get     get audio from pdf
  github  open github repo for Kiki
```

```bash
$ kiki get --help
Usage: kiki get [OPTIONS] PDF

  get audio from pdf

Arguments:
  PDF  url or file of pdf  [required]

Options:
  --filename TEXT  name of output file without extension  [default: kiki]
  --help           Show this message and exit.


$ kiki get http://www.africau.edu/images/default/sample.pdf
Downloading  [####################################]  100%          
Your audio file is now available at kiki.mp3
```


