hi I made a text to speech app with a vbs script where I type the text and it will say what ever I typed.
I want to connect it to my python app where a user types tts 'text' it with say the text in the apostrophes here's a example I if I type
tts 'text'
is that possible? if it is possible how do you do it?
I got it me and Rishav Kundu were in a chat room talking about and he give me the answer
the vbs script had this code
changed it to this
then in the python script I typed in this