Skip to content

Nikki7150/pdf-to-audio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 18, 2026
3113276 · · Mar 18, 2026

History

8 Commits
Feb 21, 2026
Feb 21, 2026
Feb 21, 2026
Mar 18, 2026
Feb 21, 2026
Feb 21, 2026

Repository files navigation

PDF to Audio Converter

Description

This is a PDF to Audio converter made using Python as the base and Flask to make it a web application. You can upload your pdf and hit the button to convert. Then the frontend sends the pdf to the backend which converts the pdf into an audio file using gTTS and then sends it back to the frontend so that it is playable. You can also see a preview of the pdf you uploaded too.o.

I made the actual pdf to audio converter in python using a youtube tutorial. Then I read up about Flask and how it can convert a python app into a web application. Then I used this new knowledge to connect the backend python into the frontend flask and html..

This was kind of a new app i tried out and I had a lot of fun learning and making it so I hope you like it!!

Technologies used

  • Python
  • Flask
  • gTTS
  • HTML
  • CSS
  • JavaScript