Updated Libraries & One Command requirements file

This commit is contained in:
2022-02-05 17:11:13 +05:30
parent 6e1d61f6a5
commit 0634ffcd6d
8 changed files with 150 additions and 28 deletions

View File

@@ -64,11 +64,6 @@ if __name__ == "__main__":
elif 'time' in command:
time = datetime.datetime.now().strftime('%I:%M %p')
talk('Current time is ' + time)
elif 'search on wikipedia' in command:
search = command.replace('search on wikipedia', '')
info = wikipedia.summary(search, 6)
print('Searching ' + info)
talk(info)
elif 'search on google' in command:
searchg = command.replace('search on google', '')
pywhatkit.search(searchg)