smemhack 5.7.5__py3-none-any.whl → 5.8.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 CHANGED
@@ -1,2 +1,2 @@
1
1
  from .main import *
2
- __version__="5.7.5"
2
+ __version__="5.8.1"
smemhack/main.py CHANGED
@@ -5,6 +5,7 @@ import pyperclip as pycopy # Import the pyperclip module (aliased as pycopy) to
5
5
  from pyperclip import * # Import all functions from pyperclip (again, may be redundant)
6
6
  import keyboard
7
7
  import os
8
+ from fuzzywuzzy import process
8
9
  from threading import Thread
9
10
  import tensorflow as tf
10
11
  from tensorflow.keras.models import Sequential
@@ -167,13 +168,12 @@ def hack(number):
167
168
  w=w.split("\n")
168
169
  w=w[2:]
169
170
  w="\n".join(w)
170
- for x in xget:
171
- if w==x:
172
- py.click(971*nx,106*ny)
173
- time.sleep(0.5)
174
- py.typewrite(data[xget.index(x)])
175
- py.press("enter")
176
- time.sleep(1)
171
+ word,_=process.extractOne(w,xget)
172
+ py.click(971*nx,106*ny)
173
+ time.sleep(0.5)
174
+ py.typewrite(data[xget.index(word)])
175
+ py.press("enter")
176
+ time.sleep(1)
177
177
  for _ in range(0,len(data)+number):
178
178
  py.click(115*nx,604*ny)
179
179
  py.keyDown("ctrl")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: smemhack
3
- Version: 5.7.5
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
@@ -18,6 +18,8 @@ Requires-Dist: pyautogui
18
18
  Requires-Dist: pyperclip
19
19
  Requires-Dist: numpy
20
20
  Requires-Dist: keyboard
21
+ Requires-Dist: fuzzywuzzy
22
+ Requires-Dist: python-Levenshtein
21
23
 
22
24
  # smemhack
23
25
  **smemhack** is a Python library designed to automate online homework tasks with AI and system control.
@@ -39,12 +41,16 @@ copy the code i give in the last of this discription and change the new_word_num
39
41
 
40
42
  Now you can't enter number below 0 or larger than 5
41
43
 
42
- # What is new in version 5.7
44
+ **What is new in version 5.7**
43
45
 
44
46
  1.Now it has auto debug function,it will auto restart process if detected bug
45
47
 
46
48
  2.You now can exit the program by pressing esc
47
49
 
50
+ # What is new in version 5.8
51
+
52
+ Upgraded the backup compare system
53
+
48
54
  **How to Use it:**
49
55
 
50
56
  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
@@ -0,0 +1,7 @@
1
+ smemhack/__init__.py,sha256=_jOUf29EqgCy7N5uA3D7Y0fgb4ntmY_LbPhioouzo4I,40
2
+ smemhack/main.py,sha256=FTsvFWCFN9Re4dZNY4Us_OIRhrLhWYJPduxn_s4n6D0,7461
3
+ smemhack-5.8.1.dist-info/LICENSE.txt,sha256=RJahtv1H4Hjtstu6FLflvTF63-bB_QahD7q_vLWCVus,906
4
+ smemhack-5.8.1.dist-info/METADATA,sha256=4xwW_JbbYYuxdAWPigimLoNsC7lBi0rjBn9EZmxsYe0,1855
5
+ smemhack-5.8.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
6
+ smemhack-5.8.1.dist-info/top_level.txt,sha256=xNcFNsBkAsQ7cvrsNoZurwu9SXFyvBe6PxS-zt5MuG8,9
7
+ smemhack-5.8.1.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- smemhack/__init__.py,sha256=tZajh8r8uy24G1Cas2LNUu-2RLXHd6Qq0QpUpNLNG_g,40
2
- smemhack/main.py,sha256=me4NDjChtlMXueReyCvOwke0MyCnHCTogOsl27AH_o0,7473
3
- smemhack-5.7.5.dist-info/LICENSE.txt,sha256=RJahtv1H4Hjtstu6FLflvTF63-bB_QahD7q_vLWCVus,906
4
- smemhack-5.7.5.dist-info/METADATA,sha256=Ka4gjK6TVpzQc2jvuGQE_aES9NXiEh0qaSKrigS9I3M,1721
5
- smemhack-5.7.5.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
6
- smemhack-5.7.5.dist-info/top_level.txt,sha256=xNcFNsBkAsQ7cvrsNoZurwu9SXFyvBe6PxS-zt5MuG8,9
7
- smemhack-5.7.5.dist-info/RECORD,,