Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 2.52 KB

File metadata and controls

61 lines (43 loc) · 2.52 KB

AudioBook Player Python 3.12+ License: MIT Platform: Windows

русская версия

Audio Book Player - an application for Windows that allows you to listen to and download audiobooks for free.

The application has access to all the books available on the websites akniga.org, knigavuhe.org, izib.uk, yakniga.org and librivoxaudio. These websites have huge libraries of audiobooks of various genres and authors, but typically audiobook websites do not allow users to download their audiobooks.. Audio Book Player however, provides this opportunity for free without SMS and registration.

Interface Overview

Library Library Here are all your books.

Search Search

Listening Search The application allows you to listen to downloaded books. Convenient chapter navigation, playback speed adjustment, and progress saving.

Installation

First, download the installer from the latest release page.

After launching, you will be greeted by the installation wizard, which will help you install the application.

For convenience, the wizard creates several shortcuts for the program: one in the Start menu, and another on the desktop.

Done! You can now use the application.

For Developers

You can download the project source code using git.

git clone https://github.com/AlexDev505/AudioBookPlayer.git

or download the archive using this link.

Next, you need to create a virtual environment and install all project dependencies. Use this while in the project directory.

python -m venv venv
venv\Scripts\activate.bat
pip install -r requirements.txt

To run the application from the console, execute this while in the project directory:

venv\Scripts\activate.bat
cd ABPlayer
python main.py

Thanks for english localization: Koladweep