kenenet 1.0.9__py3-none-any.whl → 1.1.1__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.
kenenet/__init__.py CHANGED
@@ -31,7 +31,7 @@ def get_pos(key='f10', kill=False):
31
31
  coord_rgb.append({'coord': (x,y), 'RGB': rgb})
32
32
  coords.append((x,y))
33
33
  pyperclip.copy(f'coords_rgb = {coord_rgb}\ncoords = {coords}')
34
- quick_print(f"Added Coordinates: ({x}, {y}), RGB: {rgb} {color}████████{reset} to clipboard", lineno)
34
+ quick_print(f"Added Coordinates: ({str(x).rjust(4)}, {str(y).rjust(4)}), RGB: {str(rgb).ljust(18)} {color}████████{reset} to clipboard", lineno)
35
35
  if kill:
36
36
  quick_print('killing process')
37
37
  zhmiscellany.misc.die()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kenenet
3
- Version: 1.0.9
3
+ Version: 1.1.1
4
4
  Summary: dude what the fuck even is this package
5
5
  Home-page: https://www.youtube.com/@KiddyKene
6
6
  Author: kiddykene
@@ -0,0 +1,5 @@
1
+ kenenet/__init__.py,sha256=VQ4e0H5Fj6CRmCYrOgY8uzNLSug9b_EuEadGLYiiIUw,19878
2
+ kenenet-1.1.1.dist-info/METADATA,sha256=f1GztdOi4S_3_NLfunc_Hn4PJQE1pK3hJtzgU9AngKk,1693
3
+ kenenet-1.1.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
4
+ kenenet-1.1.1.dist-info/top_level.txt,sha256=gUsWXLrM0jF4b4nbYJZdksdFewIx_F3xOF-zER8fMuQ,8
5
+ kenenet-1.1.1.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- kenenet/__init__.py,sha256=yOaRSn4iUD4CGESEdd05q6xFKnCAzjw9zLG5h8gEthk,19835
2
- kenenet-1.0.9.dist-info/METADATA,sha256=k4fJLSyeDiBUL8sPAeCOEkdRYRpNFDMr3KV_-Y6wl0k,1693
3
- kenenet-1.0.9.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
4
- kenenet-1.0.9.dist-info/top_level.txt,sha256=gUsWXLrM0jF4b4nbYJZdksdFewIx_F3xOF-zER8fMuQ,8
5
- kenenet-1.0.9.dist-info/RECORD,,