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!!
- Python
- Flask
- gTTS
- HTML
- CSS
- JavaScript