File tree Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11{
2- "json.maxItemsComputed" : 10000000
2+ "json.maxItemsComputed" : 10000000 ,
3+ "python.linting.pylintEnabled" : true ,
4+ "python.linting.enabled" : true ,
5+ "python.pythonPath" : " C:\\ Users\\ punit\\ AppData\\ Local\\ Programs\\ Python\\ Python39\\ python.exe"
36}
Original file line number Diff line number Diff line change 1313import json
1414import requests
1515from database import find
16+ from pygame import mixer
1617
1718
1819print ('Loading your AI personal assistant - Kabir' )
@@ -57,6 +58,7 @@ def takeCommand():
5758 return "None"
5859 return statement
5960
61+
6062speak ("Loading your AI personal assistant Kabir" )
6163wishMe ()
6264
@@ -66,6 +68,11 @@ def takeCommand():
6668
6769 while True :
6870 speak ("Tell me how can I help you?" )
71+ mixer .init ()
72+ mixer .music .load ('imp\\ init.mp3' )
73+ mixer .music .play ()
74+
75+
6976 statement = takeCommand ().lower ()
7077 if statement == 0 :
7178 continue
You can’t perform that action at this time.
0 commit comments