-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.py
More file actions
45 lines (45 loc) · 907 Bytes
/
requirements.py
File metadata and controls
45 lines (45 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
'''Normal-libraries'''
import os
import sys
import random
import datetime
import random
from random import randint
import re
from time import sleep, strftime
'''Sound Recording'''
import sound
import wave
'''Automation'''
import webbrowser
import selenium
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
'''STT && TTS'''
import pyaudio
import pyttsx3
import gtts
import speech_recognition as sr
'''Logical'''
import math
import wolframalpha
import pandas
'''information'''
import wikipedia
'''Social'''
import pyfacebook
import smtplib
import tweepy
from tweepy import OAuthHandler
import fbchat
import messenger_api
import whatsapp
#from webwhatsapi import WhatsAPIDriver
import facebook
#import instagram
import instapy
import InstagramAPI
'''GUI'''
from tkinter import *
from tkinter import ttk
from tkinter import messagebox