https://github.com/mordy-python/booklisten
BookListen github repo
https://github.com/mordy-python/booklisten
click command-line-tool gtts python
Last synced: about 1 month ago
JSON representation
BookListen github repo
- Host: GitHub
- URL: https://github.com/mordy-python/booklisten
- Owner: mordy-python
- Created: 2021-11-30T22:13:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-01T14:32:34.000Z (over 4 years ago)
- Last Synced: 2026-01-03T23:56:54.721Z (4 months ago)
- Topics: click, command-line-tool, gtts, python
- Language: Python
- Homepage: https://pypi.org/project/BookListen/
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BookListen 🎧
BookListen 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
```