Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 530 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 530 Bytes

text-to-speech

text-to-speech-demo

Description

this Python application uses Tkinter and Pyttsx3 to provide a simple text-to-speech functionality. Users can enter text and press the "Speak" button to speak it aloud.

Features

  • simple and intuitive usesr interface
  • can speak anything you put into the entry feild
  • uses pyttsx3 lib for the text-to-speech functionality

Installation

  • clone the repository
  • install dependencies
  • run the main.py file in an IDE