i've written a code that can turn text into speech using the os system in python
it's a simple 3 line code
# Text to speech
import os
text = raw_input("ENTER ANYTHING: ")
os.system("say %s" % text)
i've written a code that can turn text into speech using the os system in python
it's a simple 3 line code
# Text to speech
import os
text = raw_input("ENTER ANYTHING: ")
os.system("say %s" % text)
For further actions, you may consider blocking this person and/or reporting abuse
Anurag Verma -
Helitha Rupasinghe -
Apache Doris -
Mike Tyson of the Cloud -
Once suspended, tupac will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, tupac will be able to comment and publish posts again.
Once unpublished, all posts by tupac will become hidden and only accessible to themselves.
If tupac is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Mohammad Alsuwaidi.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community 👩💻👨💻 safe. Here is what you can do to flag tupac:
Unflagging tupac will restore default visibility to their posts.
Top comments (0)