{"id":18962046,"url":"https://github.com/codegeekr/pdf2audio","last_synced_at":"2026-04-01T20:30:16.877Z","repository":{"id":228580021,"uuid":"774381610","full_name":"CodeGeekR/pdf2audio","owner":"CodeGeekR","description":"Convertidor de PDF a Audio usando Python","archived":false,"fork":false,"pushed_at":"2024-03-19T16:24:40.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-01T04:52:55.810Z","etag":null,"topics":["converter","mp3","pdf-converter","pdftoaudiobooks"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodeGeekR.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-03-19T13:02:53.000Z","updated_at":"2024-04-10T21:57:39.000Z","dependencies_parsed_at":"2024-03-19T14:31:11.087Z","dependency_job_id":"9000ea12-a4b3-41ed-a16a-a8842525a592","html_url":"https://github.com/CodeGeekR/pdf2audio","commit_stats":null,"previous_names":["codegeekr/pdf2audio"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeGeekR%2Fpdf2audio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeGeekR%2Fpdf2audio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeGeekR%2Fpdf2audio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeGeekR%2Fpdf2audio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeGeekR","download_url":"https://codeload.github.com/CodeGeekR/pdf2audio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239958313,"owners_count":19724926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["converter","mp3","pdf-converter","pdftoaudiobooks"],"created_at":"2024-11-08T14:15:02.365Z","updated_at":"2026-04-01T20:30:16.737Z","avatar_url":"https://github.com/CodeGeekR.png","language":"Python","readme":"# Convertidor de PDF a Audio\n\n[![Python](https://img.shields.io/badge/Python-blue?style=for-the-badge\u0026logo=python\u0026logoColor=white\u0026labelColor=101010)](https://www.python.org)\n\nEste script de Python convierte un archivo PDF a audio utilizando las bibliotecas `PyPDF2` y `gTTS` (Google Text-to-Speech).\n\n## Funcionalidades\n\n- Lee un archivo PDF y extrae el texto.\n- Convierte el texto extraído a audio con una voz similar a la humana en español.\n- Guarda el audio en un archivo mp3 en el mismo directorio que el PDF.\n\n## Instalación\n\nPara instalar y ejecutar este proyecto, necesitarás Python 3 y pip instalados en tu máquina. A continuación, puedes clonar este repositorio y instalar las dependencias.\n\n### Clonar este repositorio\n\n```\ngit clone https://github.com/CodeGeekR/pdf2audio.git\n```\n\n### Ir al directorio del repositorio\n\n```\ncd pdf2audio\n```\n\n### Crear y activar entorno virtual\n\n```\npython -m venv venv\n```\n\n```\nsource venv/bin/activate\n```\n\n### Instalar las dependencias\n\n```\npip install -r requirements.txt\n```\n\n## Cómo ejecutar el script\n\nPara ejecutar este script, puedes usar el siguiente comando:\n\n```\npython main.py \u003cruta_del_pdf\u003e\n```\n\nreemplazando `\u003cruta_del_pdf\u003e` con la ruta del archivo PDF que quieres convertir a audio.\n\n## Contribuir\n\nSi te gusta este proyecto, por favor dale una estrella ⭐ y sígueme para más proyectos interesantes.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodegeekr%2Fpdf2audio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodegeekr%2Fpdf2audio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodegeekr%2Fpdf2audio/lists"}