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
- Host: GitHub
- URL: https://github.com/leocodeio/audiobookmini
- Owner: leocodeio
- License: other
- Created: 2025-06-10T16:38:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-14T05:04:36.000Z (about 1 year ago)
- Last Synced: 2025-06-14T05:31:02.474Z (about 1 year ago)
- Language: Python
- Size: 4.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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
```