A simple text-to-speech program using pyttsx3. The script initializes a speech engine, speaks a predefined message, and also takes user input to convert it into speech. pyttsx3 allows offline speech synthesis with customizable voice settings. This can be useful for accessibility, automation, or interactive applications where text needs to be converted into speech dynamically.