Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Text to Speech Converter

A simple Python program that converts text into speech. Users can either input text directly or provide a text file containing the content they want to hear.

Features

  • Input text directly or read from a text file.
  • Converts the provided text to speech and plays it back.
  • Easy-to-use command-line interface.

Requirements

  • Python 3.x
  • gtts library for text-to-speech conversion
  • playsound library for playing audio files