smemhack 5.5__py3-none-any.whl → 5.5.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.
- smemhack/__init__.py +1 -1
- smemhack/main.py +3 -3
- {smemhack-5.5.dist-info → smemhack-5.5.1.dist-info}/METADATA +1 -1
- smemhack-5.5.1.dist-info/RECORD +7 -0
- smemhack-5.5.dist-info/RECORD +0 -7
- {smemhack-5.5.dist-info → smemhack-5.5.1.dist-info}/LICENSE.txt +0 -0
- {smemhack-5.5.dist-info → smemhack-5.5.1.dist-info}/WHEEL +0 -0
- {smemhack-5.5.dist-info → smemhack-5.5.1.dist-info}/top_level.txt +0 -0
smemhack/__init__.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
from .main import *
|
2
|
-
__version__="5.5"
|
2
|
+
__version__="5.5.1"
|
smemhack/main.py
CHANGED
@@ -12,7 +12,7 @@ from tensorflow.keras.regularizers import l2
|
|
12
12
|
from tensorflow.keras.preprocessing.text import Tokenizer
|
13
13
|
from tensorflow.keras.preprocessing.sequence import pad_sequences
|
14
14
|
import numpy as np
|
15
|
-
def hack():
|
15
|
+
def hack(number):
|
16
16
|
sox,soy=1366,768
|
17
17
|
x,y=py.size()
|
18
18
|
nx,ny=x/sox,y/soy
|
@@ -132,7 +132,7 @@ def hack():
|
|
132
132
|
get=get.split("\n")
|
133
133
|
get=get[2:]
|
134
134
|
get="\n".join(get)
|
135
|
-
for _ in range(0,len(data)+
|
135
|
+
for _ in range(0,len(data)+number):
|
136
136
|
py.click(115*nx,604*ny)
|
137
137
|
py.keyDown("ctrl")
|
138
138
|
py.press("a")
|
@@ -151,7 +151,7 @@ def hack():
|
|
151
151
|
py.typewrite(data[get.index(x)])
|
152
152
|
py.press("enter")
|
153
153
|
time.sleep(1)
|
154
|
-
for _ in range(0,len(data)+
|
154
|
+
for _ in range(0,len(data)+number):
|
155
155
|
py.click(115*nx,604*ny)
|
156
156
|
py.keyDown("ctrl")
|
157
157
|
py.press("a")
|
@@ -0,0 +1,7 @@
|
|
1
|
+
smemhack/__init__.py,sha256=PsD5a8bjl81KZmK3M2cK_K8kZWmuzjJiHyJrGXGHxUg,40
|
2
|
+
smemhack/main.py,sha256=nNvgJF7uz2voM6BqD3b8IYiO4ibMG7pknbMMqc3fcqg,6819
|
3
|
+
smemhack-5.5.1.dist-info/LICENSE.txt,sha256=RJahtv1H4Hjtstu6FLflvTF63-bB_QahD7q_vLWCVus,906
|
4
|
+
smemhack-5.5.1.dist-info/METADATA,sha256=xb8lchU9W_AONQ7La1rGf5tv4MJbH8Zajvqka3dOQqs,1290
|
5
|
+
smemhack-5.5.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
6
|
+
smemhack-5.5.1.dist-info/top_level.txt,sha256=xNcFNsBkAsQ7cvrsNoZurwu9SXFyvBe6PxS-zt5MuG8,9
|
7
|
+
smemhack-5.5.1.dist-info/RECORD,,
|
smemhack-5.5.dist-info/RECORD
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
smemhack/__init__.py,sha256=wGTbMOpiKCbu3CxNTnbx45mfuWVkyhz6MFtWjnquvp0,38
|
2
|
-
smemhack/main.py,sha256=-dGMMrEAaL_5FHfZBSBvN65w5qR7wZ6G9qyEeXX8ELg,6803
|
3
|
-
smemhack-5.5.dist-info/LICENSE.txt,sha256=RJahtv1H4Hjtstu6FLflvTF63-bB_QahD7q_vLWCVus,906
|
4
|
-
smemhack-5.5.dist-info/METADATA,sha256=pen-H4BRxEPkyFpyjfu0UFsXISVLEXIznCen8iyhvHQ,1288
|
5
|
-
smemhack-5.5.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
6
|
-
smemhack-5.5.dist-info/top_level.txt,sha256=xNcFNsBkAsQ7cvrsNoZurwu9SXFyvBe6PxS-zt5MuG8,9
|
7
|
-
smemhack-5.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|