Build your own Feature Rich J.A.R.V.I.S in Python - Python Project

Build your own Feature Rich J.A.R.V.I.S in Python - Python Project
In this video, we will make a virtual assistant using Python. We will add the following features to this Project :

In this video, we will make a virtual assistant using Python. We will add the following features to this Project :

  1. Time Reporting
  2. Taking Screenshot
  3. Performing Google Search
  4. Searching on Wikipedia
  5. Listen to Jokes
  6. Desktop Notifications for COVID-19 Statistics.

⏱ Timestamps ⏱

πŸ“Œ let’s start and demo (0:00)
πŸ“Œ installing speech recognition, pyttsx3 and pyaudio packages (1:16)
πŸ“Œ setting up our engine (2:52)
πŸ“Œ creating an input_query function (4:06)
πŸ“Œ current time reporting (8:54)
πŸ“Œ making the virtual assistant speak (11:50)
πŸ“Œ opening a specific website using webbrowser module (13:18)
πŸ“Œ installing wikipedia package and searching on wikipedia(15:49)
πŸ“Œ installing pyjokes package and generating random jokes (18:10)
πŸ“Œ installing pyautogui package and taking screenshot (19:47)
πŸ“Œ performing google search (21:32)
πŸ“Œ installing plyer for notifications, bs4 for web-scraping and requests for api calls(24:00)
πŸ“Œ creating make_request function to fetch the html_data for web scraping (26:43)
πŸ“Œ presenting a desktop notification/popup with obtained statistics (32:14)
πŸ“Œ next steps (add-ons) and conclusion (34:14)

Suggest:

☞ Python Tutorials for Beginners - Learn Python Online

☞ Learn Python in 12 Hours | Python Tutorial For Beginners

☞ Complete Python Tutorial for Beginners (2019)

☞ Python Programming Tutorial | Full Python Course for Beginners 2019

☞ Python Tutorial for Beginners [Full Course] 2019

☞ Introduction to Functional Programming in Python