aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Biswakalyan Bhuyan 2023-05-23 13:07:56 +0530
committerGravatar Biswakalyan Bhuyan 2023-05-23 13:07:56 +0530
commit1079734a0de453930d26043bd6f61190ef776648 (patch)
treeacdc45c0ffcb61c1a41dd72d185eb657449cbe5e
parent421837a915c90c741c189e897713d368aa2471fa (diff)
downloadzara-1079734a0de453930d26043bd6f61190ef776648.tar.gz
zara-1079734a0de453930d26043bd6f61190ef776648.tar.bz2
zara-1079734a0de453930d26043bd6f61190ef776648.zip
Zara
-rw-r--r--Features.py4
-rw-r--r--Zara.py10
-rw-r--r--requirements.txt23
3 files changed, 29 insertions, 8 deletions
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