Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 327 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 327 Bytes

PDF-to-Audio-Book-Converter

This a programme to convert any pdf text to audio.

Packages Used
  • gTTS (Google Text-to-Speech), a Python library and CLI tool to interface with Google Translate text-to-speech API
  • PyPDF2 (A pure-python PDF library capable of splitting, merging, cropping, and transforming PDF files)