Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 826 Bytes

README.md

File metadata and controls

44 lines (35 loc) · 826 Bytes

Simple ChatBot with Python and Google Search and voice assistant

Build a simple ChatBot with Python that uses Google Search as its brain. The app consists of a Python 3 server and a GUI interface.

Interface of application

Interface

Features

  • speech_recognition
  • Text_To_Speech
  • Google_Search
  • Calculation(BMI,Currency_Converter)
  • Weather_Condition
  • Wikipedia
  • Password_Generator
  • Flip_A_Coin
  • Roll_Dice
  • jokes
  • Game
  • Covid update

Python packages

from tkinter import *
import random
import requests
import json
import wikipedia
import webbrowser
import pyttsx3
import speech_recognition as sr
import pyaudio
import os

Contributing

Contributions are always welcome!