Metadata-Version: 2.1
Name: BookListen
Version: 1.0.5
Summary: A command line tool to convert text files to audiobooks
Home-page: https://github.com/mordy-python/booklisten
Author: Israel Waldner
Author-email: imky171@gmail.com
License: UNKNOWN
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: gtts

# BookListen 🎧

AudioBooker is a command-line tool to convert text files to mp3 files. The mp3 files are stored in `~/booklisten`.

## Installation
Install with pip: `pip install booklisten`

Install from source:
* Clone from github: `git clone https://github.com/mordy-python/booklisten`
* Install dependencies: `pip install -r requirements.txt`
* Install with `setup.py`: `python setup.py install`

## Usage

```
Usage: booklisten [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  convert      Convert FILENAME to .mp3
  convert-dir  Convert all files in DIRECTORY to .mp3
```

