The Python "ModuleNotFoundError: No module named 'click'" occurs when we forget to install the click module before importing it or install it in an incorrect environment. To solve the error, install the module by running the pip install click command.
Use
pyttsx3package instead that supports both python 2 and 3. You can install it for example withpip install pyttsx3on your system.