smemhack 5.6__py3-none-any.whl → 5.6.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 +2 -2
- {smemhack-5.6.dist-info → smemhack-5.6.1.dist-info}/METADATA +3 -1
- smemhack-5.6.1.dist-info/RECORD +7 -0
- smemhack-5.6.dist-info/RECORD +0 -7
- {smemhack-5.6.dist-info → smemhack-5.6.1.dist-info}/LICENSE.txt +0 -0
- {smemhack-5.6.dist-info → smemhack-5.6.1.dist-info}/WHEEL +0 -0
- {smemhack-5.6.dist-info → smemhack-5.6.1.dist-info}/top_level.txt +0 -0
smemhack/__init__.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
from .main import *
|
2
|
-
__version__="5.6"
|
2
|
+
__version__="5.6.1"
|
smemhack/main.py
CHANGED
@@ -127,7 +127,7 @@ def hack(number):
|
|
127
127
|
py.click(1053*nx,317*ny)
|
128
128
|
time.sleep(1)
|
129
129
|
lw=""
|
130
|
-
def normal_w():
|
130
|
+
def normal_w(get,data):
|
131
131
|
get=get.split("\n")
|
132
132
|
get=get[2:]
|
133
133
|
get="\n".join(get)
|
@@ -163,7 +163,7 @@ def hack(number):
|
|
163
163
|
py.click(1316*nx,54*ny)
|
164
164
|
time.sleep(0.5)
|
165
165
|
py.click(1053*nx,317*ny)
|
166
|
-
normal_w()
|
166
|
+
normal_w(get,data)
|
167
167
|
break
|
168
168
|
else:
|
169
169
|
lw=gg
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: smemhack
|
3
|
-
Version: 5.6
|
3
|
+
Version: 5.6.1
|
4
4
|
Summary: A Python library to automate online homework tasks with AI and system control.
|
5
5
|
Home-page: UNKNOWN
|
6
6
|
Author: Dickily
|
@@ -27,6 +27,7 @@ What is inside:
|
|
27
27
|
2.having a compare system to prevent accident error
|
28
28
|
|
29
29
|
**What is New in version 5.5**
|
30
|
+
|
30
31
|
You now can control the new word number(max=5)
|
31
32
|
|
32
33
|
How to Use it:
|
@@ -34,6 +35,7 @@ How to Use it:
|
|
34
35
|
copy the code i give in the last of this discription and change the new_word_number to the number of new word you have entered
|
35
36
|
|
36
37
|
# What is new in version 5.6
|
38
|
+
|
37
39
|
Now you can't enter number below 0 or larger than 5
|
38
40
|
|
39
41
|
**How to Use it:**
|
@@ -0,0 +1,7 @@
|
|
1
|
+
smemhack/__init__.py,sha256=kPbSDdXHYUnmFbmB1VLeDsPNDhZB80HwgCTSTp6RbhE,40
|
2
|
+
smemhack/main.py,sha256=R0uB7bU9wdXrxtNKM85dN2MNFx_opVB1dO03EG-k2mA,6745
|
3
|
+
smemhack-5.6.1.dist-info/LICENSE.txt,sha256=RJahtv1H4Hjtstu6FLflvTF63-bB_QahD7q_vLWCVus,906
|
4
|
+
smemhack-5.6.1.dist-info/METADATA,sha256=C-O6lMGXpSqJ0nblLX3R-MlGZ85w7DmeOWnKsetIyd8,1531
|
5
|
+
smemhack-5.6.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
6
|
+
smemhack-5.6.1.dist-info/top_level.txt,sha256=xNcFNsBkAsQ7cvrsNoZurwu9SXFyvBe6PxS-zt5MuG8,9
|
7
|
+
smemhack-5.6.1.dist-info/RECORD,,
|
smemhack-5.6.dist-info/RECORD
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
smemhack/__init__.py,sha256=5Bc9tkrcNKiqo64anljAhilWV9tse_3Uf_LxlnJUIlw,38
|
2
|
-
smemhack/main.py,sha256=4svYwlEAvToK4eA6OKBMDV6Zt9pML3TQGC2BJ3mBMD8,6729
|
3
|
-
smemhack-5.6.dist-info/LICENSE.txt,sha256=RJahtv1H4Hjtstu6FLflvTF63-bB_QahD7q_vLWCVus,906
|
4
|
-
smemhack-5.6.dist-info/METADATA,sha256=MEvtKmCOgYUp0o91IDd7a7I9MqcTVD-ZRPwOxhK1JRc,1525
|
5
|
-
smemhack-5.6.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
6
|
-
smemhack-5.6.dist-info/top_level.txt,sha256=xNcFNsBkAsQ7cvrsNoZurwu9SXFyvBe6PxS-zt5MuG8,9
|
7
|
-
smemhack-5.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|