smemhack 5.7.4__py3-none-any.whl → 5.8__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.4"
2
+ __version__="5.8"
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(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")
@@ -207,6 +207,7 @@ def hack(number):
207
207
  time.sleep(1) # Wait for 1 second to allow the switch to complete
208
208
  py.keyUp("alt")
209
209
  input("Proccess completed...time used:%.2f"%(time.time()-tttnnn))
210
+ os._exit(0)
210
211
  t.join()
211
212
  if __name__=="__main__":
212
213
  hack(5)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: smemhack
3
- Version: 5.7.4
3
+ Version: 5.8
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=D86_LKzUPJL94IG6g4_GgnCHjCntk2QpRD6XVTcw0zA,38
2
+ smemhack/main.py,sha256=Olv7x__V504RoA9KPw2KGydVzeAHzOP4UzfUK4wSh9Y,7443
3
+ smemhack-5.8.dist-info/LICENSE.txt,sha256=RJahtv1H4Hjtstu6FLflvTF63-bB_QahD7q_vLWCVus,906
4
+ smemhack-5.8.dist-info/METADATA,sha256=TtsRaNNL2euPkWeYtn6nqxj1YYLq-ayDHKrQdefveLU,1853
5
+ smemhack-5.8.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
6
+ smemhack-5.8.dist-info/top_level.txt,sha256=xNcFNsBkAsQ7cvrsNoZurwu9SXFyvBe6PxS-zt5MuG8,9
7
+ smemhack-5.8.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- smemhack/__init__.py,sha256=m4FfKJphrDiohcK--zcXygiUEtdt2o7ub9kR6O_DQxk,40
2
- smemhack/main.py,sha256=iqrfph7wzYpEhmm0u_I9ym_l3FaQn3Hw-VQpBynUbyo,7456
3
- smemhack-5.7.4.dist-info/LICENSE.txt,sha256=RJahtv1H4Hjtstu6FLflvTF63-bB_QahD7q_vLWCVus,906
4
- smemhack-5.7.4.dist-info/METADATA,sha256=QEAKQCUu7Si6kq03k7K2_ujsnUhGrfMEAkdi9u80rAc,1721
5
- smemhack-5.7.4.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
6
- smemhack-5.7.4.dist-info/top_level.txt,sha256=xNcFNsBkAsQ7cvrsNoZurwu9SXFyvBe6PxS-zt5MuG8,9
7
- smemhack-5.7.4.dist-info/RECORD,,