Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 322 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 322 Bytes

Soundify

is a Python application that can read text from images and convert it to sound.

Made with

  • Python.
  • Tkinter (for file selection).
  • Customtkinter (for Gui).
  • Gtts (for converting text to sound).
  • Playsound (for playing sound).
  • PIL (for reading image).
  • Pytesseract (for extracting text from images).