-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
44 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,8 @@ SpeachRecognition | |
pyAudio | ||
win32com | ||
webbrowser | ||
feedparser | ||
feedparser | ||
BeautifulSoup | ||
wxpython | ||
requests | ||
wikipedia |