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.
Library
Here are all your books.
Listening
The application allows you to listen to downloaded books.
Convenient chapter navigation, playback speed adjustment,
and progress saving.
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.
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
