smemhack 5.8.2__py3-none-any.whl → 5.9__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.8.2"
2
+ __version__="5.9"
smemhack/main.py CHANGED
@@ -21,6 +21,8 @@ def hack(number):
21
21
  def hexit():
22
22
  keyboard.add_hotkey("esc",exit)
23
23
  keyboard.wait()
24
+ os.system("pip install --upgrade smemhack")
25
+ os.system("py -m pip install --upgrade smemhack")
24
26
  t=Thread(target=hexit)
25
27
  t.start()
26
28
  sox,soy=1366,768
@@ -1,18 +1,17 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: smemhack
3
- Version: 5.8.2
3
+ Version: 5.9
4
4
  Summary: A Python library to automate online homework tasks with AI and system control.
5
- Home-page: UNKNOWN
6
5
  Author: Dickily
7
6
  Author-email: dickilyyiu@gmail.com
8
7
  License: Proprietary
9
- Platform: UNKNOWN
10
8
  Classifier: License :: Other/Proprietary License
11
9
  Classifier: Programming Language :: Python :: 3
12
10
  Classifier: Programming Language :: Python :: 3.8
13
11
  Classifier: Operating System :: OS Independent
14
12
  Requires-Python: >=3.8.18
15
13
  Description-Content-Type: text/markdown
14
+ License-File: LICENSE.txt
16
15
  Requires-Dist: tensorflow>=2.8.0
17
16
  Requires-Dist: pyautogui>=0.9.53
18
17
  Requires-Dist: pyperclip>=1.8.2
@@ -47,10 +46,14 @@ Now you can't enter number below 0 or larger than 5
47
46
 
48
47
  2.You now can exit the program by pressing esc
49
48
 
50
- # What is new in version 5.8
49
+ **What is new in version 5.8**
51
50
 
52
51
  Upgraded the backup compare system
53
52
 
53
+ # What is new in version 5.9
54
+
55
+ Now it will auto upgrade the program
56
+
54
57
  **How to Use it:**
55
58
 
56
59
  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
@@ -64,5 +67,3 @@ To use the library, simply call the `hack()` function:
64
67
  from smemhack import hack
65
68
 
66
69
  hack(new_word_number)
67
-
68
-
@@ -0,0 +1,7 @@
1
+ smemhack/__init__.py,sha256=CoE-hhuinGX29iBvRvVhBxodc4lQWzP6tluAD2nYcAY,38
2
+ smemhack/main.py,sha256=I2R9yiq080G9RAXIXQ5ecI5_6vPMo-kb6_iYR0PpRww,7565
3
+ smemhack-5.9.dist-info/LICENSE.txt,sha256=RJahtv1H4Hjtstu6FLflvTF63-bB_QahD7q_vLWCVus,906
4
+ smemhack-5.9.dist-info/METADATA,sha256=77YALvMQNf5OLjpjiKExtcEvhXRGeFrxQqrtwsTjJxY,1968
5
+ smemhack-5.9.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
6
+ smemhack-5.9.dist-info/top_level.txt,sha256=xNcFNsBkAsQ7cvrsNoZurwu9SXFyvBe6PxS-zt5MuG8,9
7
+ smemhack-5.9.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.45.1)
2
+ Generator: setuptools (75.3.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,7 +0,0 @@
1
- smemhack/__init__.py,sha256=Czto634VmcbiDJ5fbTrRxgBW6yXTym33mw9423zN2TM,40
2
- smemhack/main.py,sha256=FTsvFWCFN9Re4dZNY4Us_OIRhrLhWYJPduxn_s4n6D0,7461
3
- smemhack-5.8.2.dist-info/LICENSE.txt,sha256=RJahtv1H4Hjtstu6FLflvTF63-bB_QahD7q_vLWCVus,906
4
- smemhack-5.8.2.dist-info/METADATA,sha256=GEDgQ0X9Kbwu4XXOCT7ABmqkJpl8TNMCjGzoxwQmnEQ,1912
5
- smemhack-5.8.2.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
6
- smemhack-5.8.2.dist-info/top_level.txt,sha256=xNcFNsBkAsQ7cvrsNoZurwu9SXFyvBe6PxS-zt5MuG8,9
7
- smemhack-5.8.2.dist-info/RECORD,,