Version 2 Launched
AudioBook
The audiobook is a python module for listening to your favorite PDF book.
Installation
Install using pypi
Changelog
V2.0.0
- Save Audio Book locally
- Listen to the book
- Speech-speed control
- Read password-protected PDF
- Create JSON file for the book
pip install audiobook
from audiobook import AudioBook
ab = AudioBook() # argument: Speech-Speed="slow/normal/fast"
ab.save_audio(file_path, password=None) # save audio file
ab.read_book(file_path, password=None) # listen to the book
What's Changed
- Update setup.py by @hot9cups in #2
- Tests by @chmey in #4
- Create GitHub Action for Publishing to PyPI by @JoeAmedeo in #5
- Bump pypdf2 from 1.26.0 to 1.27.5 by @dependabot in #6
- 🔨 Refactoring code and improving navigation functionality by @codeperfectplus in #8
- feature: password-protected files can be opened now by @codeperfectplus in #10
- Update Readme.md Documentation by @SarojWasti in #12
- feature: audiobook can be saved now by @codeperfectplus in #13
New Contributors
- @hot9cups made their first contribution at #2
- @chmey made their first contribution at #4
- @JoeAmedeo made their first contribution at #5
- @dependabot made their first contribution at #6
- @codeperfectplus made their first contribution at #8
- @SarojWasti made their first contribution at #12