Metadata-Version: 2.1
Name: BookListen
Version: 1.0.1
Summary: A command line tool to convert .txt files to audiobooks
Home-page: UNKNOWN
Author: Israel Waldner
Author-email: imky171@gmail.com
License: UNKNOWN
Description: # 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 convert [OPTIONS] FILENAME
        
        Options:
          --help  Show this message and exit.
        ```
Platform: UNKNOWN
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
