zhmiscellany 6.2.5__py3-none-any.whl → 6.2.7__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.
- zhmiscellany/macro.py +2 -1
- {zhmiscellany-6.2.5.dist-info → zhmiscellany-6.2.7.dist-info}/METADATA +1 -1
- {zhmiscellany-6.2.5.dist-info → zhmiscellany-6.2.7.dist-info}/RECORD +5 -5
- {zhmiscellany-6.2.5.dist-info → zhmiscellany-6.2.7.dist-info}/WHEEL +0 -0
- {zhmiscellany-6.2.5.dist-info → zhmiscellany-6.2.7.dist-info}/top_level.txt +0 -0
zhmiscellany/macro.py
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
from ._misc_supportfuncs import move_mouse, mouse_down, mouse_up, get_mouse_xy
|
|
1
2
|
import sys
|
|
2
3
|
|
|
3
4
|
IS_WINDOWS = sys.platform == "win32"
|
|
@@ -7,7 +8,6 @@ _last_press_time_map = {} # Stores the last press timestamp for each key
|
|
|
7
8
|
def click_pixel(x=None, y=None, click_duration=None, right_click=False, middle_click=False, shift=False, ctrl=False, act_start=True, act_end=True, click_end_duration=None, double_click=False, animation_time=None, animation_fps=60, animation_easing=True, relative=False, ensure_movement=True, pre_click_duration=None, pre_click_wiggle=True, click=True):
|
|
8
9
|
import random
|
|
9
10
|
import math
|
|
10
|
-
from ._misc_supportfuncs import move_mouse, mouse_down, mouse_up, get_mouse_xy
|
|
11
11
|
import zhmiscellany.math
|
|
12
12
|
if IS_WINDOWS:
|
|
13
13
|
import win32api
|
|
@@ -792,5 +792,6 @@ KEY_CODES = {
|
|
|
792
792
|
'StartApplication1': 182,
|
|
793
793
|
'StartApplication2': 183,
|
|
794
794
|
'Equals': 187,
|
|
795
|
+
'Comma': 188,
|
|
795
796
|
'Minus': 189,
|
|
796
797
|
}
|
|
@@ -12,7 +12,7 @@ zhmiscellany/fileio.py,sha256=0QZvCXd9fJ3Rart-kk63KMSwIJ3iCoWvUHtdhd-EM0o,20595
|
|
|
12
12
|
zhmiscellany/gui.py,sha256=OVwuZ_kWHJlgKPeYR7fAAyomNmU-OnxOgXZelVNPm1w,10409
|
|
13
13
|
zhmiscellany/image.py,sha256=6Hz5sfym_o7FHokGUKeXRsjl89VY_ZMSLnvuSam1icI,8265
|
|
14
14
|
zhmiscellany/list.py,sha256=BnbYG-lpHmi0C4v8jLfaeXqQdc3opmNgkvY6yz4pasg,1475
|
|
15
|
-
zhmiscellany/macro.py,sha256=
|
|
15
|
+
zhmiscellany/macro.py,sha256=4uxU1OrOiHV_CkYBPV1tugciFqb4cPOQQIOu_PMpXCY,27904
|
|
16
16
|
zhmiscellany/math.py,sha256=nNsrg4le3XIt1y36lQv5xNCjUoIu7Q1lV5BdpmyD_wk,2530
|
|
17
17
|
zhmiscellany/misc.py,sha256=0vJFa0MRdKXjLLVeFfMx1Q-b-qrKqpdaq6FzWKz6SMY,32489
|
|
18
18
|
zhmiscellany/netio.py,sha256=rN17uIbsWqDG9ssmouD7VZqOtlgWObaCsvn2Hrq-k6w,2413
|
|
@@ -21,7 +21,7 @@ zhmiscellany/pipes.py,sha256=RlHxsW_M_R6UJUIDgYVS_zfqUwO8kXG8j-0YG5qByjo,4637
|
|
|
21
21
|
zhmiscellany/processing.py,sha256=qvowgj-cHZBaQsSQcQ51ywjX2Q5qRZQTMz3o5QIVEM4,11290
|
|
22
22
|
zhmiscellany/rust.py,sha256=cHkSpdtq7QQW3yzBEAYL9lZxLW0h4wal2tsxIOnyTrA,494
|
|
23
23
|
zhmiscellany/string.py,sha256=A4ilBWSYlrJ0AJ0axvepSSjYCYwYk5X-vRrHNphi_ow,4809
|
|
24
|
-
zhmiscellany-6.2.
|
|
25
|
-
zhmiscellany-6.2.
|
|
26
|
-
zhmiscellany-6.2.
|
|
27
|
-
zhmiscellany-6.2.
|
|
24
|
+
zhmiscellany-6.2.7.dist-info/METADATA,sha256=9eGtrCR_TY10WA6PKiNZ3-5omZpiYHuOehDyF2xVIjk,43872
|
|
25
|
+
zhmiscellany-6.2.7.dist-info/WHEEL,sha256=hPN0AlP2dZM_3ZJZWP4WooepkmU9wzjGgCLCeFjkHLA,92
|
|
26
|
+
zhmiscellany-6.2.7.dist-info/top_level.txt,sha256=ioDtsrevCI52rTxZntMPljRIBsZs73tD0hI00HektiE,13
|
|
27
|
+
zhmiscellany-6.2.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|