diff --git a/README.md b/README.md
index 11a17b0..d097cfd 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Wall-E
-![codejam](https://img.shields.io/badge/CodeJam-Timathon-red)
+![codejam](https://img.shields.io/badge/CodeJam-Timathon%20Jan%2021-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)
@@ -37,6 +37,7 @@ To get some of the latest news, you need to type "Wall - E, tell me some news" o
- **Get Wikipedia summary** -
To get Wikipedia summary on any particular topic, type "Wikipedia Python".
+![wikipedia](readme_images/wikipedia.jpg)
- **Get weather of a place** -
To get weather of a place, type "weather russia", or something like that.
@@ -44,22 +45,34 @@ To get weather of a place, type "weather russia", or something like that.
- **Play Music** -
To play music, type "Play music" and it will play any random music which is in your system.
-- **Play any YouTube video** -
+- **Play in-app YouTube video** -
To play any YouTube video, type "Play Shape of You on YouTube" or "Search youtube for Python" and it will play that YouTube video.
+![youtube](readme_images/youtube.jpg)
- **Reminder Ability** -
To add a reminder, just type "remind me to {your reminder} {time in dd-mm-yyyy hh:mm format} and it will automatically remind you. Example - *remind me to do exercise 26-01-21 18:00*.
+![reminder](readme_images/reminder.jpg)
-- **Todo Lists**-
+- **Todo Lists** -
To add a todo, just type "add a todo {todo name}" and it will be added to the todo list! Other commands are "delete a todo {name}" and "view todos".
+![todos](readme_images/todos.jpg)
+
+- **Ask any random question** - Ask any random question to Wall-E and it will answer the question.
+![random](readme_images/random.jpg)
There are many other features, explore our bot to find out. ;-)
+
+
## Team Members
-- [Amal Thomas](https://github.com/amalthomas-exe) - GUI, bot server
-- [Shravan](https://github.com/Shravan-1908) - Todo lists, reminders, music player
-- [Ankit](https://github.com/Ankit404butfound) - News, Jokes, Readme.md
+| Member | Contribution |
+| -- | -- |
+| [Amal Thomas](https://github.com/amalthomas-exe) | GUI, bot server |
+| [Shravan](https://github.com/Shravan-1908) | Todo lists, reminders, music player |
+| [Ankit](https://github.com/Ankit404butfound) | News, Jokes, README |
+
+
## Installation
### EXE release
diff --git a/readme_images/random.jpg b/readme_images/random.jpg
new file mode 100644
index 0000000..54dca29
Binary files /dev/null and b/readme_images/random.jpg differ
diff --git a/readme_images/reminder.jpg b/readme_images/reminder.jpg
new file mode 100644
index 0000000..3666f70
Binary files /dev/null and b/readme_images/reminder.jpg differ
diff --git a/readme_images/todos.jpg b/readme_images/todos.jpg
new file mode 100644
index 0000000..54d1376
Binary files /dev/null and b/readme_images/todos.jpg differ
diff --git a/readme_images/wikipedia.jpg b/readme_images/wikipedia.jpg
new file mode 100644
index 0000000..39584be
Binary files /dev/null and b/readme_images/wikipedia.jpg differ
diff --git a/readme_images/youtube.jpg b/readme_images/youtube.jpg
new file mode 100644
index 0000000..74b9c8e
Binary files /dev/null and b/readme_images/youtube.jpg differ