smemhack 5.8__tar.gz → 5.8.1__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: smemhack
3
- Version: 5.8
3
+ Version: 5.8.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
@@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as f:
6
6
 
7
7
  setup(
8
8
  name="smemhack",
9
- version="5.8",
9
+ version="5.8.1",
10
10
  packages=find_packages(),
11
11
  install_requires=[
12
12
  "tensorflow",
@@ -1,2 +1,2 @@
1
1
  from .main import *
2
- __version__="5.8"
2
+ __version__="5.8.1"
@@ -171,7 +171,7 @@ def hack(number):
171
171
  word,_=process.extractOne(w,xget)
172
172
  py.click(971*nx,106*ny)
173
173
  time.sleep(0.5)
174
- py.typewrite(word)
174
+ py.typewrite(data[xget.index(word)])
175
175
  py.press("enter")
176
176
  time.sleep(1)
177
177
  for _ in range(0,len(data)+number):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: smemhack
3
- Version: 5.8
3
+ Version: 5.8.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
File without changes
File without changes
File without changes