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.
- 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
from tkinter import *
import random
import requests
import json
import wikipedia
import webbrowser
import pyttsx3
import speech_recognition as sr
import pyaudio
import os
Contributions are always welcome!