Skip to content

Commit

Permalink
update read.me
Browse files Browse the repository at this point in the history
  • Loading branch information
Singhak committed Mar 4, 2018
1 parent 3843249 commit dc0e6c3
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 3 deletions.
41 changes: 39 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,39 @@
# Desktop-Assistant
This is python based assistant who perform your tasks like searching music play video answer the question and many more
#Alien a Desktop Assistant

### Note
It uses the
- Python 3+ (Tested with python 3.6)
- Window OS (Tested with Window 7/8)

### Features of Alien Desktop Assistant

- [x] <b>Play Youtube Video</b>
- Say or type `youtube <videoname>`
- [x] <b>Weather Report</b>
- Say or type `weather <cityname>`
- [x] <b>Top News</b>
- Say or type `top news`
- [x] <b>Sport News</b>
- Say or type `sport news`
- [x] <b>Tech News</b>
- Say or type `gadget news`
- [x] <b>Latest news</b>
- Say or type `latest news`
- [x] <b>World news</b>
- Say or type `world news`
- [x] <b>Open any .com website</b>
- Say or type `website <websitename>
- [x] <b>Find a Joke</b>
- Say or type `joke`
- [x] <b>Find festival dates</b>
- Say or type `when <festivalname>` Or `festival <festivalname>`
- [x] <b>Search product on Flipkart or Amazon</b>
- Say or type `flipkart <productname>` Or `amazon <productname>`

### Upcoming Feature
- Local search
- Google search
- Open local files
- And many more

> This project inspired by [Digital-Assistants](https://github.com/ab-anand/Digital-Assistants)
6 changes: 5 additions & 1 deletion requirement.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ SpeachRecognition
pyAudio
win32com
webbrowser
feedparser
feedparser
BeautifulSoup
wxpython
requests
wikipedia

0 comments on commit dc0e6c3

Please sign in to comment.