About 57 results
Open links in new tab
  1. Python showing me error of " No module named gTTS

    Jan 9, 2020 · The only line of your code relevant to your question is 'from gTTS import gTTS'; the rest is noise that should be deleted from the question. Either you did mispelled the import name of the …

  2. Realistic text to speech with Python that doesn't require internet?

    Jan 25, 2018 · gTTS which works perfectly in python3 but it needs internet connection to work since it relies on google to get the audio data.But Pyttsx is completely offline and works seemlesly and has …

  3. gtts - How to use text languages in Python - Stack Overflow

    Oct 18, 2022 · I'm trying to create a text-to-speech Python program. I already have it working in English, though, I need other languages too. How can I use the same methods for other languages like …

  4. python - gTTS direct output - Stack Overflow

    Jul 4, 2018 · I want to make a chatbot's response in audio and text. All the example code using gTTS seem like one needs to 'save the text into a file then play the file'. Is there another way to simplify the

  5. How to use gTTS (google text to speech) in visual studio code?

    Jun 8, 2019 · 0 I want to use the google text to speech (gTTS) in my visual studio code project. I need help with: a) downloading it b)using it in VS Code c) running it in VS Code I've been really confused …

  6. Python voice assistant "ModuleNotFoundError: No module named 'gtts ...

    Apr 19, 2022 · ModuleNotFoundError: No module named 'gtts' I installed gTTs with pip installer in the terminal, again and again, but it did not happen anything. It just shows me:

  7. Custom Python gTTS voice - Stack Overflow

    Jun 2, 2016 · I have been using the gTTS module for python 3.4 to make mp3 files of spoken text. It has been working, but all of the speech is in a certain adult female voice. Is there a way to customize the …

  8. Adding a pause in Google-text-to-speech - Stack Overflow

    Jan 20, 2020 · 1 Sadly the answer is no, gTTS package has no additional function for pause, an issue already been created in 2018 for adding a pause function ,but it is smart enough to add natural …

  9. Installation error : pip install gTTS (Google-Text-To-Speech) error

    Nov 21, 2018 · Getting syntax error while running the following command on terminal: pip install gTTS File "", line 1 pip install gTTS ^

  10. GTTS module error, ImportError: cannot import name gTTS

    Jul 22, 2020 · GTTS module error, ImportError: cannot import name gTTS Asked 5 years, 4 months ago Modified 4 years, 2 months ago Viewed 5k times