Releases: subh05sus/Python-Voice-Assistant
Releases · subh05sus/Python-Voice-Assistant
Release 2.0
v2.0 Update issue templates
Release 1.0
Python-Voice-Assistant 1.0
This Voice assistant can greet you, can search items on google, youtube, and Wikipedia, can open Twitter, Instagram, Facebook, can create a 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
.
- Fork the Project.
- Create your Feature Branch.
git checkout -b feature/feature-name
- Commit your Changes.
git commit -s -m "Add some AmazingFeature"
- Push to the Branch.
git push origin feature/feature-name
- Open a Pull Request.