Skip to content

Commit d67b53c

Browse files
author
Sahil kumar
authored
update jarvis.py
corrected one library and some spelling errors hope it is fixed now
1 parent 5237130 commit d67b53c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

JARVIS/JARVIS.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212

1313
import speech_recognition as sr # speech_recognition Library for performing speech recognition with support for Google Speech Recognition, etc..
1414

15-
# pip install pyttsx3 # need to run only once to install the library
15+
# pip install pyttsx3
16+
# need to run only once to install the library
1617

1718
# importing the pyttsx3 library
1819
import pyttsx3

0 commit comments

Comments
 (0)