AI-Desktop-Assistant

It is an AI desktop assistant which helps you to work something similar like Google Assistant using Python. It takes input as user's voice and performs different desktop functions or sometime convert them into written text. It also help user to mail automatically to anyone.

Libraries To Import

  • pyttsx3
  • speech_recognition
  • datetime
  • wikipedia
  • os
  • smtplib
  • webbrowser
  • random

# What can you do? You can:

  1. Mail anyone from you id automatically.
  2. Play music from your local computer
  3. Can go to google/wikipedia/youtube and search anything you want.. it will fetch and display the data to you about your search.
  4. This assistant will greet you according the timings as in afternoon it will greet you Good Afternoon and likewise.
  5. This assistant also help you to open different files/softwares like VScode (developer's favourite ) in seconds.

Built With

Share this project:

Updates