-
C:\Users\vasuk\PycharmProjects\pythonProject\venv\Scripts\python.exe C:/Users/vasuk/PycharmProjects/pythonProject/main.py
Hello from the creator of pywhatkit, Ankit Raj Mahapatra.
Kindly do report b…
-
My System:
**OS:** Arch Linux
**Kernel:** linux 5.6.11.arch1-1
To reproduce:
Use **pipenv** (Virtual enviroment manager for python) to install pyttsx3
Run python REPL:
```py
>>> import pyttsx…
-
Traceback (most recent call last):
File "c:\Users\users\Documents\Programming\Python\AI\Virtual Assistant.py", line 63, in
run_alexa()
File "c:\Users\users\Documents\Programming\Python\AI\…
-
Since you rely on `pyttsx3` and its license is GPLv3, your license can't be MIT ... it has to be GPL too. When you embed GPL code into your projects, your projects become GPL.
-
My Program :
import pyttsx3
engine = pyttsx3.init()
engine.say('Welcome')
engine.runAndWait()
ERROR :
Traceback (most recent call last):
File "C:\Users\prag1\AppData\Roaming\Pytho…
-
Is it possible to change the output sound source? I have several headphones
-
OSError: libespeak.so.1: cannot open shared object file: No such file or directory
-
A proper readme file required which includes steps to run the script.
*Requirements*
pyttsx3
PyPDF2
Better to add a requirements.txt with dependencies
-
item 1 in _argtypes_ passes a union by value, which is unsupported.
-
python
> import dash
....
OSError: [WinError 126] The specified module could not be found
started writing this up as a bug.
Realised my python base environment is a mess via checking the err…