Skip to content

Instantly share code, notes, and snippets.

View yousefmasry4's full-sized avatar
🙄
Focusing

Yousseff Muhammed EL Masry yousefmasry4

🙄
Focusing
View GitHub Profile
@yousefmasry4
yousefmasry4 / code.py
Last active January 22, 2018 13:08
code.py
import sqlite3
import os
import math
import wikipedia
from gtts import gTTS
import speech_recognition as sr
r = sr.Recognizer()
db = sqlite3.connect("db.sqlite3")
text="hi yousef , i am your robot,mar "
os.system('google_speech -l en "'+str(text)+'" -e speed 1 overdrive 0 ')
@yousefmasry4
yousefmasry4 / up.text
Last active January 22, 2018 13:07
up
0