Tkinter GUI app converting text (PDF) to speech (mp3)
Python
Text-to-Speech converter App
App converting text to speech.
App lets user upload PDF file, convert it to mp3 file using PyPDF2 and pyttsx3, and download it using original file name.
GUI built with Tkinter and CustomTkinter.