자유게시판 - 거상 갤러리

ㅇㅇ

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

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
댓글이 아직 없네요. 첫 번째로 댓글을 남겨주세요!
먹슬
210.99
9362
3년 전
으잉
121.154
9395
3년 전
ㅇㅇ
125.249
8592
3년 전
123
39.7
7977
3년 전
다망해라
112.160
11405
3년 전
쑥쑥이
223.62
8945
3년 전
방댕이
112.144
10105
3년 전
방댕이
112.144
25679
3년 전
암상인꾼난이형
7350
3년 전
멜로디레인
8742
3년 전
헤헤벤져
8496
3년 전
슈슈슉
17824
3년 전
이끄요잇
7453
3년 전
uhs1005
8568
3년 전
동숟가락
7283
3년 전
멜로디레인
11754
3년 전
거린준비
7320
3년 전
perfume
20535
3년 전
전설
106.101
15030
3년 전
육의전이용자
222.96
8092
3년 전
사토
112.144
7979
3년 전
거린이일상
10123
3년 전
거붕
8185
3년 전
촌놈
9133
3년 전
미나리초무침
7317
3년 전
벵거룡
61.43
8631
3년 전
멍멍
125.243
9132
3년 전
뉴비에요
8505
3년 전
뉴비에요
6956
3년 전
거리니임
125.137
12352
3년 전
먹슬
비회원 210.99 3년 전 조회 9362
으잉
비회원 121.154 3년 전 조회 9395
ㅇㅇ
비회원 125.249 3년 전 조회 8592
123
비회원 39.7 3년 전 조회 7977
다망해라
비회원 112.160 3년 전 조회 11405
쑥쑥이
비회원 223.62 3년 전 조회 8945
방댕이
비회원 112.144 3년 전 조회 10105
방댕이
비회원 112.144 3년 전 조회 25679
암상인꾼난이형
3년 전 조회 7350
멜로디레인
3년 전 조회 8742
헤헤벤져
3년 전 조회 8496
슈슈슉
3년 전 조회 17824
이끄요잇
3년 전 조회 7453
uhs1005
3년 전 조회 8568
동숟가락
3년 전 조회 7283
멜로디레인
3년 전 조회 11754
거린준비
3년 전 조회 7320
perfume
3년 전 조회 20535
전설
비회원 106.101 3년 전 조회 15030
육의전이용자
비회원 222.96 3년 전 조회 8092
사토
비회원 112.144 3년 전 조회 7979
거린이일상
3년 전 조회 10123
거붕
3년 전 조회 8185
촌놈
3년 전 조회 9133
미나리초무침
3년 전 조회 7317
벵거룡
비회원 61.43 3년 전 조회 8631
멍멍
비회원 125.243 3년 전 조회 9132
뉴비에요
3년 전 조회 8505
뉴비에요
3년 전 조회 6956
거리니임
비회원 125.137 3년 전 조회 12352