You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jarvis.py
+1-57Lines changed: 1 addition & 57 deletions
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,13 @@
6
6
importwikipedia
7
7
importwebbrowser
8
8
importrandom
9
-
importsmtplib
10
9
11
10
12
11
13
12
engine=pyttsx3.init('sapi5')
14
13
voices=engine.getProperty('voices')
15
14
engine.setProperty('voices', voices[0].id)
16
15
17
-
email_dict={
18
-
"me":"sahasubhadip54@gmail.com",
19
-
"baba":"sasti.saha75@gmail.com",
20
-
"didi":"sahasnehafkk@gmail.com"}
21
-
22
16
23
17
24
18
list_of_jokes= ["The three most well known languages in India are English, Hindi, and... JavaScript","Interviewer... Where were you born?Me in India... Interviewer:.. oh, which part?... Me: What ‘which part’ ..? Whole body was born in India","how many Indians does it take to fix a lightbulb?Two. One to do the task and other to explain how lightbulbs were actually invented in ancient India","What do you call bread from India? It's Naan of your business","Britain: Drive on the left side... Europe and America: Drive on the right side...India: lol what's a 'traffic law'?"]
0 commit comments