Skip to content

Commit 034b8a3

Browse files
authored
Update README.md
1 parent ff567ba commit 034b8a3

File tree

1 file changed

+34
-4
lines changed

1 file changed

+34
-4
lines changed

README.md

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
11
# Python-Voice-Assistant
22

3-
this Voice assistant can greet you,
4-
can search items in google, youtube, wikipedia,
5-
can open twitter, instagram, facebook,
6-
can create todo list
3+
This Voice assistant can greet you, can search items in google, youtube, wikipedia, can open twitter, instagram, facebook, can create todo list
4+
5+
##How does this code work?
6+
7+
This code is fully made with Python and its packages made it run easier.
8+
9+
## Installation
10+
11+
You need to download and install some modules in cmd with the help of pip to run it properly.
12+
13+
`pip install time`
14+
15+
`pip install pyttsx3`
16+
17+
`pip install datetime`
18+
19+
`pip install speechrecognition`
20+
21+
`pip install wikipedi`
22+
23+
`pip install webbrowser`
24+
25+
`pip install random`
26+
27+
28+
## Contributing
29+
30+
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`.
31+
32+
1. Fork the Project.
33+
2. Create your Feature Branch. `git checkout -b feature/feature-name`
34+
3. Commit your Changes. `git commit -s -m "Add some AmazingFeature"`
35+
4. Push to the Branch. `git push origin feature/feature-name`
36+
5. Open a Pull Request.

0 commit comments

Comments
 (0)