자유게시판 - 거상 갤러리

ㅇㅇ

ㅇㅇ 비회원 125.249 3년 전 조회 8749

import pyautogui as pag
import os
import time
import keyboard as key
from PyQt5.QtWidgets import *
from PyQt5.QtCore import *

from gersangAlarm.gersang_alarm_UI import Ui_MainWindow
image_list_1 = []

class check_image_fuction(QMainWindow,Ui_MainWindow):
   def __init__(self):
       super().__init__()
       self.setupUi(self)
       self.worker_a = worker_a()
       self.show()

   def start(self):

       self.worker_a.start()
       pass

# Get list of all files in current directory
path1 = "./icon1/"
directory1 = os.listdir(path1)


# Find files that end with .png or .jpg and add to image_list
for file in directory1:
   if file.endswith('.png') or file.endswith('.jpg'):
       image_list_1.append(file)

# Thread A
class worker_a(QThread):
   def run(self):
       try:
           while True:
               # Loop through list to find all the images
               for image in image_list_1:
                   var = pag.locateAllOnScreen(path1 + image, confidence=0.98)
                   var = list(var)
                   time.sleep(0.5)
                   if len(var) != 0:
                       key.press('alt')
                       time.sleep(0.05)
                       key.press('1')
                       time.sleep(0.05)
                       key.release('1')
                       time.sleep(0.05)
                       key.release('alt')
               del var
               time.sleep(0.5)
       except KeyboardInterrupt:
           print('\n')


app = QApplication([])
main_dialog = check_image_fuction() 
QApplication.processEvents()
app.exit(app.exec_())

댓글 0
댓글이 아직 없네요. 첫 번째로 댓글을 남겨주세요!
고주앙
175.215
14
9분 전
4354543
14.254
29
한 시간 전
하하
42.114
39
4시간 전
양방배팅
49.142
129
2일 전
345435
49.142
103
2일 전
3242343
49.142
106
2일 전
하하
42.114
80
2일 전
다다
110.47
117
2일 전
하하
42.114
89
2일 전
하하
42.118
140
3일 전
4324324
118.70
161
4일 전
3243243
118.70
144
4일 전
하하
42.118
138
4일 전
허제영
121.175
187
4일 전
하하
42.118
144
4일 전
435435
118.70
166
5일 전
얼짱아
121.128
213
5일 전
3454354
118.70
153
5일 전
하하
42.114
195
5일 전
하하
42.114
176
5일 전
함다희
211.63
212
6일 전
둠칫웅냠
1.223
156
6일 전
TGcupid4989
195.86
239
한 달 전
TGcupid4989
43.201
154
한 달 전
TGcupid4989
195.86
145
한 달 전
TGcupid4989
121.78
177
한 달 전
하하
1.55
160
한 달 전
TGcupid4989
121.78
133
한 달 전
TGcupid4989
211.221
153
한 달 전
TGcupid4989
195.86
208
한 달 전
고주앙
비회원 175.215 9분 전 조회 14
4354543
비회원 14.254 한 시간 전 조회 29
하하
비회원 42.114 4시간 전 조회 39
양방배팅
비회원 49.142 2일 전 조회 129
345435
비회원 49.142 2일 전 조회 103
3242343
비회원 49.142 2일 전 조회 106
하하
비회원 42.114 2일 전 조회 80
다다
비회원 110.47 2일 전 조회 117
하하
비회원 42.114 2일 전 조회 89
하하
비회원 42.118 3일 전 조회 140
4324324
비회원 118.70 4일 전 조회 161
3243243
비회원 118.70 4일 전 조회 144
하하
비회원 42.118 4일 전 조회 138
허제영
비회원 121.175 4일 전 조회 187
하하
비회원 42.118 4일 전 조회 144
435435
비회원 118.70 5일 전 조회 166
얼짱아
비회원 121.128 5일 전 조회 213
3454354
비회원 118.70 5일 전 조회 153
하하
비회원 42.114 5일 전 조회 195
하하
비회원 42.114 5일 전 조회 176
함다희
비회원 211.63 6일 전 조회 212
둠칫웅냠
비회원 1.223 6일 전 조회 156
TGcupid4989
비회원 195.86 한 달 전 조회 239
TGcupid4989
비회원 43.201 한 달 전 조회 154
TGcupid4989
비회원 195.86 한 달 전 조회 145
TGcupid4989
비회원 121.78 한 달 전 조회 177
하하
비회원 1.55 한 달 전 조회 160
TGcupid4989
비회원 121.78 한 달 전 조회 133
TGcupid4989
비회원 211.221 한 달 전 조회 153
TGcupid4989
비회원 195.86 한 달 전 조회 208