diff --git a/README.md b/README.md index 78b8aba..a46c55d 100644 --- a/README.md +++ b/README.md @@ -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.