Skip to content

Simple Chatbot with voice command and GUI interface

License

Notifications You must be signed in to change notification settings

HEYRAIAMAN/Chatbot-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!