Skip to content

Instantly share code, notes, and snippets.

@gucisz
gucisz / main.py
Created March 16, 2020 17:36
voice regognition app in Python
import speech_recognition as sr # import the library
import webbrowser
import time
import playsound
import os
import random
from gtts import gTTS
from time import ctime
r = sr.Recognizer() # initialize recognizer