Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deadmantfa/audiobookmaker
Create Audiobooks from PDF
https://github.com/deadmantfa/audiobookmaker
audiobook audiobooks gtts pdf python3 streamlit
Last synced: about 2 months ago
JSON representation
Create Audiobooks from PDF
- Host: GitHub
- URL: https://github.com/deadmantfa/audiobookmaker
- Owner: deadmantfa
- Created: 2020-12-09T18:55:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T14:52:14.000Z (4 months ago)
- Last Synced: 2024-10-24T01:34:10.367Z (2 months ago)
- Topics: audiobook, audiobooks, gtts, pdf, python3, streamlit
- Language: Python
- Homepage: https://share.streamlit.io/deadmantfa/audiobookmaker
- Size: 483 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- Security: SECURITY.md
Awesome Lists containing this project
README
# AudioBook Maker
![GitHub release (latest by date)](https://img.shields.io/github/v/release/deadmantfa/audiobookmaker?style=for-the-badge)
![GitHub Release Date](https://img.shields.io/github/release-date/deadmantfa/audiobookmaker?style=for-the-badge)
![GitHub release (latest by SemVer)](https://img.shields.io/github/downloads/deadmantfa/audiobookmaker/latest/total?sort=semver&style=for-the-badge)
![Maintenance](https://img.shields.io/maintenance/yes/2021?style=for-the-badge)
![GitHub](https://img.shields.io/github/license/deadmantfa/audiobookmaker?style=for-the-badge)Create audiobooks by uploading PDF's
## Built on
* [Streamlit](https://streamlit.io)
* [gTTS](https://github.com/pndurette/gTTS)
* [Python-poppler](https://github.com/cbrunet/python-poppler)
* [Pillow](https://python-pillow.org/)## Online version
https://share.streamlit.io/deadmantfa/audiobookmaker## How to run
`pip install -r requirements.txt``streamlit run streamlit_app.py`