zhmiscellany 5.8.1__py3-none-any.whl → 5.8.3__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 CHANGED
@@ -401,11 +401,10 @@ def record_actions_to_code(RECORD_MOUSE_MOVEMENT=False, STOP_KEY='f9'):
401
401
  # If it's some other type of key object (less common)
402
402
  return str(key)
403
403
 
404
- def generate_code():
404
+ def generate_code(events, start_time):
405
405
  """
406
406
  Generates the Python script from the recorded events and copies it to the clipboard.
407
407
  """
408
- global events, start_time
409
408
 
410
409
  if not events:
411
410
  print("No actions were recorded.")
@@ -542,12 +541,12 @@ def record_actions_to_code(RECORD_MOUSE_MOVEMENT=False, STOP_KEY='f9'):
542
541
  events.append({'action': 'key_press', 'key': key, 'time': time.time()})
543
542
 
544
543
  def on_release(key):
545
- if key == STOP_KEY:
544
+ if key.name.lower() == STOP_KEY:
546
545
  # Stop listeners
547
546
  return False
548
547
  events.append({'action': 'key_release', 'key': key, 'time': time.time()})
549
548
 
550
- print(f"Press '{STOP_KEY.name.upper()}' to stop recording and generate the script.")
549
+ print(f"Press '{STOP_KEY}' to stop recording and generate the script.")
551
550
  print("...")
552
551
 
553
552
  start_time = time.time()
@@ -566,7 +565,7 @@ def record_actions_to_code(RECORD_MOUSE_MOVEMENT=False, STOP_KEY='f9'):
566
565
  mouse_listener.stop()
567
566
 
568
567
  # Generate the replay script
569
- return generate_code()
568
+ return generate_code(events, start_time)
570
569
 
571
570
 
572
571
  KEY_CODES = {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: zhmiscellany
3
- Version: 5.8.1
3
+ Version: 5.8.3
4
4
  Summary: A collection of useful/interesting python libraries made by zh.
5
5
  Home-page: https://discord.gg/ThBBAuueVJ
6
6
  Author: zh
@@ -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=ZDH4uc8p8u1_CVg5_dmy5IUmZVQQx6xEKfcIOusR_EM,24764
15
+ zhmiscellany/macro.py,sha256=jK3attBuh79zKZHnXUcB49LyCHnLy_r-CRk_a3tgwKQ,24765
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.8.1.dist-info/METADATA,sha256=h7LM0GH7TynDCFjNkwqBdgreaKqyxe9hmudOrnoKHVo,42153
25
- zhmiscellany-5.8.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
26
- zhmiscellany-5.8.1.dist-info/top_level.txt,sha256=ioDtsrevCI52rTxZntMPljRIBsZs73tD0hI00HektiE,13
27
- zhmiscellany-5.8.1.dist-info/RECORD,,
24
+ zhmiscellany-5.8.3.dist-info/METADATA,sha256=m81LaH2ayris_Zl_MIjBWT7_0LcAChWiqxg4Jhr2kvE,42153
25
+ zhmiscellany-5.8.3.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
26
+ zhmiscellany-5.8.3.dist-info/top_level.txt,sha256=ioDtsrevCI52rTxZntMPljRIBsZs73tD0hI00HektiE,13
27
+ zhmiscellany-5.8.3.dist-info/RECORD,,