Skip to content

Commit

Permalink
final fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shravanasati committed Jan 30, 2021
1 parent a795078 commit 2178a00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Wall-E

![](https://img.shields.io/badge/CodeJam-Timathon-red)
![codejam](https://img.shields.io/badge/CodeJam-Timathon-red)
![exec](https://img.shields.io/badge/Executable-Windows%20|%20Linux-green)
![platforms](https://img.shields.io/badge/Platforms-Windows%20|%20Linux%20|%20Mac-blue)
![python version](https://img.shields.io/badge/Python%20Version-Python%203-yellow)
Expand All @@ -11,6 +11,7 @@

## A virtual assistant named Wall-E written in pure Python
Wall-E is a virtual assistant written in pure Python, it can be your just another friend and talk to you like any other human. There are many embedded features in this bot which can be used to get personalized information like the weather around you, the news and many other things.

### Some key features of Wall - E
- Send email
- Open Google
Expand Down Expand Up @@ -77,4 +78,4 @@ Then for installing the required libraries, type in:<br>
The whole repository would be cloned in the directory you opened the Git Bash in.

### ZIP download
You can alternatively download the repository as a zip file by clicking [here](https://github.com/amalthomas-exe/Wall-E/archive/main.zip).
You can alternatively download the repository as a zip file by clicking [here](https://github.com/amalthomas-exe/Wall-E/archive/main.zip).
2 changes: 2 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ def get_bot_response():
client = wolframalpha.Client("UXJ7K4-27QR8YUARX")
lst.clear()
return next(client.query(userText).results).text

except:
import pywhatkit
pywhatkit.search(userText)
Expand All @@ -380,6 +381,7 @@ def run_server():

def on_close():
t2.kill()

if __name__ == "__main__":
multiprocessing.freeze_support()
p1 = Process(target=check_reminder)
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Automatically generated by https://github.com/damnever/pigar.

Flask == 1.1.2

beautifulsoup4 == 4.9.1
Expand Down

0 comments on commit 2178a00

Please sign in to comment.