smart-clicker 1.1.12__py3-none-any.whl → 1.1.13__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
smart_clicker/core.py CHANGED
@@ -116,16 +116,18 @@ class AutoBot:
116
116
  pyautogui.click(location)
117
117
  time.sleep(0.8)
118
118
 
119
- # pyautogui.doubleClick(location)
119
+ pyautogui.doubleClick(location)
120
+ time.sleep(0.1)
121
+
120
122
 
121
123
  # # 方式2:右键点击
122
124
  # # pyautogui.rightClick(location)
123
125
 
124
126
  # # 方式3:按住点击
125
- # pyautogui.mouseDown(location)
126
- # time.sleep(0.1)
127
- # pyautogui.mouseUp(location)
128
- # time.sleep(1)
127
+ pyautogui.mouseDown(location)
128
+ time.sleep(0.1)
129
+ pyautogui.mouseUp(location)
130
+ time.sleep(1)
129
131
 
130
132
  except ImageNotFoundException:
131
133
  continue
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: smart-clicker
3
- Version: 1.1.12
3
+ Version: 1.1.13
4
4
  Summary: A simple screen automation tool with hotkey snapshot capability.淘宝:阳阳软件市场
5
5
  Author: jiaobenxiaozi
6
6
  Author-email: 183732521@qq.com
@@ -0,0 +1,7 @@
1
+ smart_clicker/__init__.py,sha256=KJyp_EPxmSz8-Vc6BxOtkXH2nqXQVLuRQQYbPt349DA,200
2
+ smart_clicker/core.py,sha256=LDj4OqOhUYFnnmsbbbXdkutUmbaRjvhPUe-PO6sb7bw,5426
3
+ smart_clicker/snipper.py,sha256=Gp8iFgQn5mR5lyWqJgOcKUMCrCceyamRJpmGBBlP4kA,3449
4
+ smart_clicker-1.1.13.dist-info/METADATA,sha256=vKzgoq-c2844ExrauVOoMNqkHEVRNumODti7Tf76HyM,322
5
+ smart_clicker-1.1.13.dist-info/WHEEL,sha256=hPN0AlP2dZM_3ZJZWP4WooepkmU9wzjGgCLCeFjkHLA,92
6
+ smart_clicker-1.1.13.dist-info/top_level.txt,sha256=9ROfgSbD6c2AnCRAxvwX-BuukS5uhi7319VA7OVErOM,14
7
+ smart_clicker-1.1.13.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- smart_clicker/__init__.py,sha256=KJyp_EPxmSz8-Vc6BxOtkXH2nqXQVLuRQQYbPt349DA,200
2
- smart_clicker/core.py,sha256=NhXVnKl0cq5MocmryEOX7UlPednflu8dSMLUebbaNNU,5397
3
- smart_clicker/snipper.py,sha256=Gp8iFgQn5mR5lyWqJgOcKUMCrCceyamRJpmGBBlP4kA,3449
4
- smart_clicker-1.1.12.dist-info/METADATA,sha256=Boc4fYcXlEf-7An9EOCV_eFWXMpyAsOJ7lXpHLms4C4,322
5
- smart_clicker-1.1.12.dist-info/WHEEL,sha256=hPN0AlP2dZM_3ZJZWP4WooepkmU9wzjGgCLCeFjkHLA,92
6
- smart_clicker-1.1.12.dist-info/top_level.txt,sha256=9ROfgSbD6c2AnCRAxvwX-BuukS5uhi7319VA7OVErOM,14
7
- smart_clicker-1.1.12.dist-info/RECORD,,