Skip to content

Releases: subh05sus/Python-Voice-Assistant

Release 2.0

12 Jul 20:26
8eac893
Compare
Choose a tag to compare
v2.0

Update issue templates

Release 1.0

05 Jan 13:07
b391729
Compare
Choose a tag to compare

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.

  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.