0
How to get modules
pip install pyttsx3
2 Respostas
+ 6
dark dragonseye there are a few ways to get modules as you will learn. One of the easiest ways I like to use as it will also ask me for what version is
__import__('os').system('pip install pyttsx3== -qq')
After you choose the version after the == add the version
+ 1
If you are using Python 3 you probably have to use pip3 instead of pip