Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 1.06 KB

File metadata and controls

45 lines (38 loc) · 1.06 KB

VISION Voice Assistant

It is an Personal Assistant, capable to perform many tasks with some unique features.

Features / Tasks it can perform:

  1. Game (eg, Rock Paper Scissor with GUI)
  2. Search anything from wikipedia, google maps, etc
  3. Play video from YouTube
  4. WhatsApp Message Sender
  5. Weather
  6. Jokes
  7. Math Calculations
  8. Timer
  9. In-built search image display
  10. OS Info, Battery Info
  11. Window, Tab Operations
  12. Opening Websites
  13. Coin Toss, Roll Dice
  14. Translator
  15. ToDo List
  16. Screenshots
  17. Volume Control

Modules Requirements and Installation:

pip install SpeechRecognition
pip install pyttsx3
pip install playsound
pip install Pillow
pip install pyscreenshot
pip install pynput
pip install psutil
pip install opencv-contrib-python
pip install opencv
pip install wikipedia
pip install webbrowser
pip install bs4
pip install smtplib
pip install youtube_search
pip install wmi
pip install geopy
pip install googletrans==3.1.0a0