zhmiscellany 5.8.7__py3-none-any.whl → 5.9.0__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 +4 -4
- {zhmiscellany-5.8.7.dist-info → zhmiscellany-5.9.0.dist-info}/METADATA +1 -1
- {zhmiscellany-5.8.7.dist-info → zhmiscellany-5.9.0.dist-info}/RECORD +5 -5
- {zhmiscellany-5.8.7.dist-info → zhmiscellany-5.9.0.dist-info}/WHEEL +0 -0
- {zhmiscellany-5.8.7.dist-info → zhmiscellany-5.9.0.dist-info}/top_level.txt +0 -0
zhmiscellany/macro.py
CHANGED
|
@@ -303,7 +303,7 @@ def scroll(amount, delay=None):
|
|
|
303
303
|
direction = 1 if amount > 0 else -1
|
|
304
304
|
amount = amount*direction
|
|
305
305
|
for _ in range(amount):
|
|
306
|
-
raw_scroll(
|
|
306
|
+
raw_scroll(direction)
|
|
307
307
|
zhmiscellany.misc.high_precision_sleep(delay/amount)
|
|
308
308
|
|
|
309
309
|
|
|
@@ -419,7 +419,7 @@ def record_actions_to_code(RECORD_MOUSE_MOVEMENT=False, STOP_KEY='f9'):
|
|
|
419
419
|
"m = zhmiscellany.macro.click_pixel",
|
|
420
420
|
"k = zhmiscellany.macro.press_key_directinput",
|
|
421
421
|
"s = zhmiscellany.macro.scroll",
|
|
422
|
-
"",
|
|
422
|
+
"sleep = zhmiscellany.misc.high_precision_sleep",
|
|
423
423
|
"click_down_time = 1/30",
|
|
424
424
|
"click_release_time = 1/30",
|
|
425
425
|
"mouse_move_dly = 1/60",
|
|
@@ -431,7 +431,7 @@ def record_actions_to_code(RECORD_MOUSE_MOVEMENT=False, STOP_KEY='f9'):
|
|
|
431
431
|
"animation_time = 0.1",
|
|
432
432
|
"",
|
|
433
433
|
'print("Replaying actions in 3 seconds...")',
|
|
434
|
-
"
|
|
434
|
+
"sleep(3)",
|
|
435
435
|
""
|
|
436
436
|
]
|
|
437
437
|
|
|
@@ -512,7 +512,7 @@ def record_actions_to_code(RECORD_MOUSE_MOVEMENT=False, STOP_KEY='f9'):
|
|
|
512
512
|
if key in action_str:
|
|
513
513
|
action_str = value
|
|
514
514
|
break
|
|
515
|
-
|
|
515
|
+
|
|
516
516
|
if key_str == STOP_KEY:
|
|
517
517
|
break
|
|
518
518
|
|
|
@@ -12,7 +12,7 @@ zhmiscellany/fileio.py,sha256=KmRnWWZJWBc5Or3_mKcRY2ehE_Fuk870iS-imtyERyg,18169
|
|
|
12
12
|
zhmiscellany/gui.py,sha256=VgT5j5UIr-wWyL2P1qCHSNL7RrvZWDlm0TX00JGWmKo,7404
|
|
13
13
|
zhmiscellany/image.py,sha256=qUjxiYpc2VVZp2vwr1vN36O2PVQ7YlMKzhegQ1u4c0M,8198
|
|
14
14
|
zhmiscellany/list.py,sha256=S8Z85bLJEP9lk2JkGpzUcG6kpRB7a-NWDIHMPiF5bKo,1473
|
|
15
|
-
zhmiscellany/macro.py,sha256=
|
|
15
|
+
zhmiscellany/macro.py,sha256=wFJ_vr_fyO89Za7r4-yhFbfzwF9lJmXCwpZ0rUFwd2Y,25292
|
|
16
16
|
zhmiscellany/math.py,sha256=btOQTe_GvqP0A7Zz84tmN_c8j1NGe_mKnhmAt40lhLU,2482
|
|
17
17
|
zhmiscellany/misc.py,sha256=BsTbRWlXI5LZBG7Bl2MgLzHESyCMJnr_KNZAf2wY_H4,29689
|
|
18
18
|
zhmiscellany/netio.py,sha256=GTamo5cJn4P6u8V_kgZ9kL8qeMUE7OQAmYkmj9Sp_GA,2236
|
|
@@ -21,7 +21,7 @@ zhmiscellany/pipes.py,sha256=PxO4aykFzC60xbTQuc66KzZYIxiW0KPebXZbncD2HcU,3795
|
|
|
21
21
|
zhmiscellany/processing.py,sha256=srwlV8FZ--svF5e6rZZxhIs_6ZjOAwq2OcQEf6T2Le8,10410
|
|
22
22
|
zhmiscellany/rust.py,sha256=znN6DYNoa_p-braTuDZKvUnXX8reWLFu_dG4fv2vLR0,442
|
|
23
23
|
zhmiscellany/string.py,sha256=xyqE6V5YF2nieZDcg5ZrXTIrH2D9oDRbZ5vQGz8rPys,4787
|
|
24
|
-
zhmiscellany-5.
|
|
25
|
-
zhmiscellany-5.
|
|
26
|
-
zhmiscellany-5.
|
|
27
|
-
zhmiscellany-5.
|
|
24
|
+
zhmiscellany-5.9.0.dist-info/METADATA,sha256=OUhSHqhda-rSgLQk3SdBge-BwJ33E9wto2U-grM0ucA,42153
|
|
25
|
+
zhmiscellany-5.9.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
26
|
+
zhmiscellany-5.9.0.dist-info/top_level.txt,sha256=ioDtsrevCI52rTxZntMPljRIBsZs73tD0hI00HektiE,13
|
|
27
|
+
zhmiscellany-5.9.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|