An open API service indexing awesome lists of open source software.

https://github.com/leocodeio/audiobookmini

mini audio book light weight generator
https://github.com/leocodeio/audiobookmini

Last synced: about 1 year ago
JSON representation

mini audio book light weight generator

Awesome Lists containing this project

README

          

# audiobookmini

- A simple audiobook creation tool.
- Create audiobooks well structured text files.
- Convert text files to audio using TTS.

# installation

```bash
python3.10 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
```