smemhack 5.1__py3-none-any.whl → 5.5__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.1"
2
+ __version__="5.5"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: smemhack
3
- Version: 5.1
3
+ Version: 5.5
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
@@ -21,21 +21,26 @@ Requires-Dist: numpy
21
21
  # smemhack
22
22
 
23
23
  **smemhack** is a Python library designed to automate online homework tasks with AI and system control.
24
- version: 5.1
25
24
  What is inside:
26
25
 
27
26
  1.auto train ai to finish solidmemory
28
27
 
29
28
  2.having a compare system to prevent accident error
30
29
 
30
+ **What is New in version 5.5**
31
+ You now can control the new word number(max=5)
31
32
  How to Use it:
33
+
34
+ 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
+
32
36
  1.Prepare a started solidmemory page(exercise page)
37
+
33
38
  2.Run the code
34
39
  ## Usage
35
40
  To use the library, simply call the `hack()` function:
36
41
  ```python
37
42
  from smemhack import hack
38
43
 
39
- hack()
44
+ hack(new_word_number)
40
45
 
41
46
 
@@ -0,0 +1,7 @@
1
+ smemhack/__init__.py,sha256=wGTbMOpiKCbu3CxNTnbx45mfuWVkyhz6MFtWjnquvp0,38
2
+ smemhack/main.py,sha256=-dGMMrEAaL_5FHfZBSBvN65w5qR7wZ6G9qyEeXX8ELg,6803
3
+ smemhack-5.5.dist-info/LICENSE.txt,sha256=RJahtv1H4Hjtstu6FLflvTF63-bB_QahD7q_vLWCVus,906
4
+ smemhack-5.5.dist-info/METADATA,sha256=pen-H4BRxEPkyFpyjfu0UFsXISVLEXIznCen8iyhvHQ,1288
5
+ smemhack-5.5.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
6
+ smemhack-5.5.dist-info/top_level.txt,sha256=xNcFNsBkAsQ7cvrsNoZurwu9SXFyvBe6PxS-zt5MuG8,9
7
+ smemhack-5.5.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- smemhack/__init__.py,sha256=LAYzdiFQJGns8KqWork_mUDjXtLh6AV1dkaoItZZNgw,38
2
- smemhack/main.py,sha256=-dGMMrEAaL_5FHfZBSBvN65w5qR7wZ6G9qyEeXX8ELg,6803
3
- smemhack-5.1.dist-info/LICENSE.txt,sha256=RJahtv1H4Hjtstu6FLflvTF63-bB_QahD7q_vLWCVus,906
4
- smemhack-5.1.dist-info/METADATA,sha256=PjuKVRrR6dqXT9dxBoA0uz8XqQQ2SSI8lzvXAiR7UK0,1073
5
- smemhack-5.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
6
- smemhack-5.1.dist-info/top_level.txt,sha256=xNcFNsBkAsQ7cvrsNoZurwu9SXFyvBe6PxS-zt5MuG8,9
7
- smemhack-5.1.dist-info/RECORD,,
File without changes