معرفی شرکت ها


audiobook-2.0.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Listen to your favourite audiobook
ویژگی مقدار
سیستم عامل OS Independent
نام فایل audiobook-2.0.2
نام audiobook
نسخه کتابخانه 2.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده CodePerfectPlus
ایمیل نویسنده deepak008@live.com
آدرس صفحه اصلی https://github.com/codePerfectPlus/audiobook
آدرس اینترنتی https://pypi.org/project/audiobook/
مجوز -
<p align="center"> <a href="https://py-contributors.github.io/audiobook/"><img src="https://capsule-render.vercel.app/api?type=rect&color=009ACD&height=100&section=header&text=audioBook&fontSize=80%&fontColor=ffffff" alt="website title image"></a> <h2 align="center">👉 Listen to any PDF book with a few lines of Python code👈</h2> </p> <p align="center"> <img src="https://img.shields.io/badge/Python-3.8.5-lightgrey?style=for-the-badge" alt="repo language"> <a href="https://github.com/py-contributors/audiobook/stargazers"><img src="https://img.shields.io/github/stars/py-contributors/audiobook?style=for-the-badge" alt="github stars"></a> <a href="https://github.com/py-contributors/audiobook/network/members"><img src="https://img.shields.io/github/forks/py-contributors/audiobook?style=for-the-badge" alt="github forks"></a> <img src="https://img.shields.io/github/languages/code-size/py-contributors/audiobook?style=for-the-badge" alt="code size"> </p> <p align="center"> <a href="https://pypi.org/project/audiobook/"><img src="https://img.shields.io/pypi/status/audiobook.svg?style=for-the-badge" alt="pypi status"></a> <a href="https://pypi.org/project/audiobook/"><img src="https://img.shields.io/pypi/dm/audiobook?style=for-the-badge" alt="download"></a> <a href="https://pypi.org/project/audiobook/"><img src="https://img.shields.io/readthedocs/audiobook?style=for-the-badge" alt="docs"></a> <a href="https://pypi.org/project/audiobook/"><img src="https://img.shields.io/librariesio/release/pypi/audiobook?style=for-the-badge" alt="dependices"></a> </p> <p align="center"> <a href="https://discord.gg/JfbK3bS"><img src="https://img.shields.io/discord/758030555005714512.svg?label=Discord&logo=Discord&colorB=7289da&style=for-the-badge" alt="discord invite"></a> <a href="https://api.github.com/repos/py-contributors/audiobook/contributors"><img src="https://img.shields.io/github/contributors/py-contributors/audiobook?style=for-the-badge" alt="total contributors"></a> </p> ## Installation Install using [pypi](https://pypi.org/project/audiobook/) ### Linux(setup script) ```sh sh setup.sh ``` ### windows and linux ```cmd pip install audiobook ``` ## Usages The audiobook is a python module for listening to your favourite PDF book. ```python from audiobook import AudioBook # argument: Speech-Speed="slow/normal/fast", volume = 0.0 to 1.0 ab = AudioBook(speed="normal", volume=1.0) # if file is password protected, pass password as argument # save_page_wise audio/whole book in one mp3 file ab.save_audio(self, input_book_path, password=None, save_page_wise=False): - input_book_path: path to pdf file - password: password to pdf file - save_page_wise: if True, saves each page as a separate mp3 file - extraction_engine: "pypdf2/pdfminor" for extracting text from pdf file ab.read_book(file_path) # listen to the book ab.create_json_book(file_path) # create json file of the book ab.get_library() # get all the books in your library ``` ## Supported File Formats | File Format | Supported | Engine | | :--- | :---: | :---: | | PDF | :white_check_mark: | pypdf2/pdfminor | | TXT | :white_check_mark: | not required | | EPUB | :white_check_mark: | not required | | MOBI | :white_check_mark: | not required | | HTML | :white_check_mark: | not required | | DOCX | :white_check_mark: | not required | | ODT | :x: | not required | ## Test Run tests: ```sh pip install -r requirements.txt python -m unittest tests ``` ## Documentation Read Detailed [Documentation here](https://audiobook.readthedocs.io/) ### Linux Installation Requirements - If you are using a Linux system and the voice output is not working, then : Install espeak , ffmpeg and libespeak1 as shown below: ```sh sudo apt update && sudo apt install espeak ffmpeg libespeak1 ``` ## Roadmap - Speech-Speed Control - Support more extensions - Save the audiobook for future ## Project status This project is currently in development. Any contributions are welcome. ## Changelog **V2.0.2** - [x] Docs files support added - [x] Pdfminor as engine added **V2.0.1** - [x] Mobi file support - [x] Epub file support - [x] User can now save the audiobook for future - [x] User library added - [ **V2.0.0** - [x] Save Audio Book locally - [x] Listen to the book - [x] Speech-speed control - [x] Read password-protected PDF - [x] Create JSON file for the book ** Upcoming changes** - [ ] Change the voice of the narrator - [ ] Support more extensions ## Author - Module : AudioBook - Author : py-contributors - Language : Python <img align="right" src="https://img.shields.io/badge/Made%20with-Python-1f425f.svg?style=for-the-badge"> ## Contributors <a href="https://github.com/Py-Contributors/audiobook/graphs/contributors"> <img src="https://contrib.rocks/image?repo=Py-Contributors/audiobook"/> </a>


زبان مورد نیاز

مقدار نام
>=3.4 Python


نحوه نصب


نصب پکیج whl audiobook-2.0.2:

    pip install audiobook-2.0.2.whl


نصب پکیج tar.gz audiobook-2.0.2:

    pip install audiobook-2.0.2.tar.gz