Metadata-Version: 2.1
Name: BookListen
Version: 1.0.0
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
        
        `$ booklisten convert PATH-TO-TXT` or `$ python -m booklisten convert PATH-TO-TXT`
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
