{"id":50127545,"url":"https://github.com/zefir1990/epub2mp3","last_synced_at":"2026-05-23T20:34:59.869Z","repository":{"id":315385186,"uuid":"1059252742","full_name":"zefir1990/epub2mp3","owner":"zefir1990","description":"Yet another epub2mp3","archived":false,"fork":false,"pushed_at":"2025-09-21T08:18:19.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-21T21:20:27.988Z","etag":null,"topics":["epub2mp3"],"latest_commit_sha":null,"homepage":"https://demensdeum.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zefir1990.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-18T07:45:25.000Z","updated_at":"2025-09-21T08:18:22.000Z","dependencies_parsed_at":"2025-09-18T10:29:30.523Z","dependency_job_id":"0501afcc-07c4-4ff9-94a5-ad22cddc2ad0","html_url":"https://github.com/zefir1990/epub2mp3","commit_stats":null,"previous_names":["demensdeum/epub2mp3","zefir1990/epub2mp3"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/zefir1990/epub2mp3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefir1990%2Fepub2mp3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefir1990%2Fepub2mp3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefir1990%2Fepub2mp3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefir1990%2Fepub2mp3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zefir1990","download_url":"https://codeload.github.com/zefir1990/epub2mp3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zefir1990%2Fepub2mp3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33412082,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T18:09:33.147Z","status":"ssl_error","status_checked_at":"2026-05-23T18:09:31.380Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["epub2mp3"],"created_at":"2026-05-23T20:34:59.740Z","updated_at":"2026-05-23T20:34:59.847Z","avatar_url":"https://github.com/zefir1990.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EPUB to Audiobook Converter\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\nA simple Python command-line tool to convert `.epub` files into `.mp3` audiobooks. 🔊\n\n---\n\n## 📖 Table of Contents\n- [About the Project](#-about-the-project)\n- [Getting Started](#-getting-started)\n- [Usage](#-usage)\n- [License](#-license)\n\n---\n\n## 🎯 About The Project\n\nThis script provides a quick and easy way to turn your e-books into audio files. It uses `epub2txt` to extract the text content from an EPUB file and then leverages `pyttsx3` to synthesize that text into speech, saving it as an MP3 file.\n\n**Built With:**\n* [Python](https://www.python.org/)\n* [epub2txt](https://pypi.org/project/epub2txt/)\n* [pyttsx3](https://pypi.org/project/pyttsx3/)\n* [FFmpeg](https://ffmpeg.org/)\n* [mutagen](https://pypi.org/project/mutagen/)\n* [Gradio](https://www.gradio.app/)\n\n---\n\n## 🚀 Getting Started\n\nFollow these steps to get the script running on your local machine.\n\n### **Prerequisites**\nYou need to have **Python** and **pip** installed. You will also need to install the required Python libraries.\n\n### **Installation**\n1.  Clone the repository or download the script to a local directory.\n2.  Install the required packages using pip:\n    ```sh\n    pip install epub2txt pyttsx3 mutagen\n    ```\n3. Install FFmpeg and add to PATH\n---\n\n## 💻 Usage\n\nRun the script from your terminal, providing the path to the input `.epub` file and the desired name for the output `.mp3` file.\n\n**Command:**\n```sh\npython your_script_name.py \u003cpath_to_epub_file\u003e \u003coutput_mp3_path\u003e\n```\n\n---\n\n**Example:**\nThe following source code is an **example** command. For full **license** details, please see the `LICENSE` file.\n```sh\n# This is an example command.\npython epub_converter.py \"example_book.epub\" \"example_audiobook.mp3\"\n```\n\n---\n\n**Web Interface:**\n```sh\npython web.py\n```\n\nOpen browser at [http://127.0.0.1:7860/](http://127.0.0.1:7860/)\n\n---\n\n## 📜 License\n\nDistributed under the MIT License. See the `LICENSE` file for more information. This **license** permits reuse, modification, and distribution, making this an open-source **example** of an EPUB converter.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzefir1990%2Fepub2mp3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzefir1990%2Fepub2mp3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzefir1990%2Fepub2mp3/lists"}