Skip to content

Releases: Py-Contributors/AudioBook

V3.0.1 Release

03 Dec 10:19
Compare
Choose a tag to compare

AudioBook December Release

Highlight

  • - Improved code quality
  • - Read web article bug fixed with https
  • Updated Contribution file

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

07 Nov 09:59
20e91eb
Compare
Choose a tag to compare
  • Added support for --version flag
  • Added bash scripts for complete automation of the release process
  • Bug fix

What's Changed

Full Changelog: v2.0.4...v3.0.0

Audiobook 2.0.4 with CLI Support released

01 Nov 13:20
bd88c8c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.0.4

version 2.0.2 Released

21 Oct 19:47
89224c1
Compare
Choose a tag to compare

Changelog

  1. Updating Audiobook V2.0.2 with Docs Support.
  2. Pdfminor support added
  3. Metadata information created
  4. Now Can Save Audio Page wise/One Audio
  5. Better Exception Handling
  6. Text processing function added

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

V 2.0.1 Launched

17 Oct 07:39
0c46caf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

Version 2 Launched

14 Oct 17:42
58b5955
Compare
Choose a tag to compare

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

New Contributors

alpha release of AudioBook

22 Oct 16:12
Compare
Choose a tag to compare
Pre-release

Listen to your favourite pdf book with text to speech.

alpha release of AudioBook

22 Oct 16:11
Compare
Choose a tag to compare
Pre-release

Listen to your favourite pdf book with text to speech.