-
In order to clarify the process of our code, a flowchart should be created after BPMN, which lists the logic once again
-
this is my code of the python program:
```
import pyttsx3
engin = pyttsx3.init()
engin.say("hello")
engin.runAndWait()
```
output is:
> sh: 1: aplay: not found
please help me to…
-
Hi, I have a very simple program, that is
```py
import pyttsx3
engine = pyttsx3.init()
engine.say("HI sir, I am alright")
engine.runAndWait()
```
Now after converting this to exe, I noticed…
-
Title: Converting Text To Audio
About: Here we will convert text to audio using pyttsx3 and pyPDF library of python.
Name: Neel Shah
Label: Feature Request
Assignee: ''
Define You:
- [x] LG…
-
$ python3 recognize_gesture.py
Traceback (most recent call last):
File "recognize_gesture.py", line 4, in
from cnn_tf import cnn_model_fn
File "C:\Users\REDACTED\Desktop\Sign-Language-mas…
-
-
---
Title: Text to Speech in English Dictionary
About: It's an GUI script
Name: Akash Ramanand Rajak
Label: Feature Request
Assignee: ''
---
Define You:
- [x] LGM-SOC'21 Participant
- …
-
Simport pyttsx3
import speech_recognition as sr
engine = pyttsx3.init('sapi5')
voices = engine.getProperty('voices')
# print(voices[0].id)
engine.setProperty('voices', voices[0].id)
# text…
-
Title: Shutdown Computer Using Voice
About: Using your voice command, will shut down your PC.
Name: Amit Gupta
Label: Feature Request
Defines you:
- [x] LGM-SOC'21 Participant
Describ…
-
You can also add requirements.txt of all the libraries used in python