Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
subh05sus authored Jan 5, 2023
1 parent ff567ba commit 034b8a3
Showing 1 changed file with 34 additions and 4 deletions.
38 changes: 34 additions & 4 deletions README.md
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.

0 comments on commit 034b8a3

Please sign in to comment.