Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Sublime Text 3 と Python 3.7.6 を使用しています。
これが私が使用しているコードです。
from gtts import gTTS tts = gTTS(text="Hello crazy programmer", lang='en') tts.save("audio.mp3")