-
Notifications
You must be signed in to change notification settings - Fork 46
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
1 changed file
with
34 additions
and
4 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,6 +1,36 @@ | ||
# Python-Voice-Assistant | ||
|
||
this Voice assistant can greet you, | ||
can search items in google, youtube, wikipedia, | ||
can open twitter, instagram, facebook, | ||
can create todo list | ||
This Voice assistant can greet you, can search items in google, youtube, wikipedia, can open twitter, instagram, facebook, can create todo list | ||
|
||
##How does this code work? | ||
|
||
This code is fully made with Python and its packages made it run easier. | ||
|
||
## Installation | ||
|
||
You need to download and install some modules in cmd with the help of pip to run it properly. | ||
|
||
`pip install time` | ||
|
||
`pip install pyttsx3` | ||
|
||
`pip install datetime` | ||
|
||
`pip install speechrecognition` | ||
|
||
`pip install wikipedi` | ||
|
||
`pip install webbrowser` | ||
|
||
`pip install random` | ||
|
||
|
||
## Contributing | ||
|
||
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also open an issue with the tag `enhancement`. | ||
|
||
1. Fork the Project. | ||
2. Create your Feature Branch. `git checkout -b feature/feature-name` | ||
3. Commit your Changes. `git commit -s -m "Add some AmazingFeature"` | ||
4. Push to the Branch. `git push origin feature/feature-name` | ||
5. Open a Pull Request. |