From 1079734a0de453930d26043bd6f61190ef776648 Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Tue, 23 May 2023 13:07:56 +0530 Subject: Zara --- Features.py | 4 +--- Zara.py | 10 +++++----- requirements.txt | 23 +++++++++++++++++++++++ 3 files changed, 29 insertions(+), 8 deletions(-) create mode 100644 requirements.txt diff --git a/Features.py b/Features.py index 6250352..8c24fb2 100644 --- a/Features.py +++ b/Features.py @@ -1,4 +1,3 @@ - import pywhatkit import wikipedia from pywikihow import RandomHowTo, search_wikihow @@ -110,7 +109,7 @@ def DownloadYouTube(): click(x=942,y=59) hotkey('ctrl','c') value = pyperclip.paste() - Link = str(value) # Important + Link = str(value) # Important def Download(link): @@ -195,4 +194,3 @@ def CoronaVirus(Country): Speak(f"Cases : {cases}") Speak(f"Deaths : {Death}") Speak(f"Recovered : {recovored}") - diff --git a/Zara.py b/Zara.py index df4ad0e..52eda5d 100644 --- a/Zara.py +++ b/Zara.py @@ -10,7 +10,7 @@ import Main class MainThread(QThread): - def __init__(self): + def __init__(self): super(MainThread,self).__init__() @@ -20,7 +20,7 @@ class MainThread(QThread): def Task_Gui(self): Main.TaskExe() -startFunctions = MainThread() +startFunctions = MainThread() class Gui_Start(QMainWindow): @@ -29,7 +29,7 @@ class Gui_Start(QMainWindow): super().__init__() self.zara_ui = Ui_MainWindow() - + self.zara_ui.setupUi(self) self.zara_ui.pushButton.clicked.connect(self.startFunc) @@ -72,12 +72,12 @@ class Gui_Start(QMainWindow): startFunctions.start() def showtime(self): - + current_time = QTime.currentTime() label_time = current_time.toString("hh:mm:ss") - labbel = " Time : " + label_time + labbel = " Time : " + label_time self.zara_ui.textBrowser.setText(labbel) diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..4d2679b --- /dev/null +++ b/requirements.txt @@ -0,0 +1,23 @@ +datetime +os +pyautogui +keyboard +time +notifypy +pyttsx3 +SpeechRecognition +geopy +geocoder +webbrowser +pywhatkit +wikipedia +pywikihow +bs4 +requests +Features +win10toast +cartopy +Pillow +PyQt5 +playsound +gi-scraper -- cgit v1.2.3-54-g00ecf