https://github.com/deadmantfa/audiobookmaker
Create Audiobooks from PDF
https://github.com/deadmantfa/audiobookmaker
audiobook audiobooks gtts pdf python3 streamlit
Last synced: 4 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T14:52:14.000Z (almost 2 years ago)
- Last Synced: 2025-05-07T13:04:12.741Z (about 1 year ago)
- Topics: audiobook, audiobooks, gtts, pdf, python3, streamlit
- Language: Python
- Homepage: https://share.streamlit.io/deadmantfa/audiobookmaker
- Size: 483 KB
- Stars: 10
- Watchers: 1
- 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





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`