Own Personal Assistant using python without GUI
This program completely coded and it runs on PYTHON3. This does not have graphical user interface. This is a personal assistant byut it takes some time to respond. For this program to run you need install some libraries using ur terminal
import pyttsx3
import datetime
import speech_recognition as sr
import wikipedia
import webbrowser
import os
import smtplib
from pyowm import OWM
import re
from bs4 import BeautifulSoup as soup
import urllib
from urllib.request import urlopen
import sys
import youtube_dl
import vlc
import subprocess
import requests
import pyjokes
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
import datetime
import wolframalpha
import urllib.request
import urllib.parse
import winshell
import win32com.client as wincl
import ctypes
import time
from googletrans import Translator
import requests
import json
import geocoder
from pycricbuzz import Cricbuzz
These are needed need to be installed for the Personal Assistant to work
A project by T.G.Madhusoodhan