Skip to content

Commit 916fc40

Browse files
Update README.md
1 parent f5c70e9 commit 916fc40

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Python Chatbot
22
Hello, and welcome to Python Chatbot! This program was created by Kapilesh Pennichetty and Sanjay Balasubramanian. Through user interaction, it can do the following:
33

4-
- Retrieve the weather of a location automatically using an IP address or manually with a user input*
5-
- Retrieve the introduction to a Wikipedia article
6-
- Play an interactive story, where you decide how the character reacts to different scenarios
4+
- Retrieve the summary of a Wikipedia article
5+
- Find the weather of any location, automatically by finding the user's location using their external IP address*, or manually by prompting the user to enter a city
6+
- Play an Interactive Story, where the user decides how the character responds to different scenarios
77

88
*Please note that if you are going to use the automatic IP address function, you must run it on a local machine for accurate results. This is because the program needs your IP address to accurately find your location, and then it uses your location to retrieve the weather. Also, please disable your VPN or Internet Proxy for accurate results.
99

@@ -52,7 +52,6 @@ To operate the chatbot, you must first install these dependencies for the chatbo
5252

5353
Then, download this repository, and run the "main.py" file to start interacting with the chatbot!
5454

55-
5655
Thank you for using Python Chatbot! We hope you enjoy using it!
5756

5857
# Sources

0 commit comments

Comments
 (0)