A text-to-speech converter app developed using Python, Google TTS library and Tkinter.
- Tkinter screen has a button with the option to upload file.
- File formats supported are .txt and .pdf
- When uploading, the filepath is stored and file content is read.
- The content gets converted to .mp3 file using gtts library.
- This .mp3 file is stored and could be accessed anytime.