Metadata-Version: 2.4
Name: audiobook
Version: 3.0.5
Summary: Listen to your favourite audiobook
Home-page: https://github.com/Py-Contributors/audiobook
Author: CodePerfectPlus
Author-email: deepak008@live.com
Project-URL: Documentation, https://pycontributors.readthedocs.io/projects/Audiobook/en/latest/
Project-URL: Source, https://github.com/Py-Contributors/AudioBook
Project-URL: Tracker, https://github.com/Py-Contributors/AudioBook/issues
Keywords: audiobook
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Requires-Python: >=3.4
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyttsx3==2.98
Requires-Dist: PyPDF2==3.0.1
Requires-Dist: ebooklib==0.19
Requires-Dist: beautifulsoup4==4.13.4
Requires-Dist: html2text==2025.4.15
Requires-Dist: mobi==0.3.3
Requires-Dist: docx2txt==0.9
Requires-Dist: requests==2.32.3
Requires-Dist: tqdm==4.67.1
Requires-Dist: pdfminer==20191125
Requires-Dist: defusedxml==0.7.1
Requires-Dist: odfpy==1.4.1
Requires-Dist: pytest==8.3.5
Requires-Dist: flake8==7.2.0
Requires-Dist: striprtf==0.0.29
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

<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">👉 CLI tool to listen to your favourite book in Python 👈</h2>
</p>

<p align="center">
    <a href="https://twitter.com/pycontributors"><img src="https://img.shields.io/twitter/follow/pycontributors?style=social" alt="Twitter" /></a>
    <a href="https://github.com/codeperfectplus?tab=followers"><img src="https://img.shields.io/github/followers/codeperfectplus.svg?style=social&label=Follow&maxAge=2592000"/></a>
</p>
</br>

<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/)

### Using pip

```cmd
pip install audiobook
```

## Documentation

Check the full documentation here:- [Read the docs](https://pycontributors.readthedocs.io/projects/Audiobook/en/latest/)

## Contributing

Check the [Contributing](https://github.com/Py-Contributors/AudioBook/blob/dev/CONTRIBUTING.md) for the contribution guidelines.

## Supported File Formats

| File Format | Supported |
| :--- | :---: |
| PDF | ✅ |
| TXT | ✅ |
| EPUB | ✅ |
| MOBI | ✅ |
| HTML | ✅ |
| DOCX | ✅ |
| ODT | ✅ |
| RTF | ✅ |

## Changelog and Release Notes

Check the changelog and release notes [here](/CHANGELOG.md)

## Contributors

<a href="https://github.com/Py-Contributors/audiobook/graphs/contributors">
  <img src="https://contrib.rocks/image?repo=Py-Contributors/audiobook"/>
</a>
