smemhack 5.5.1__tar.gz → 5.5.2__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,13 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: smemhack
3
- Version: 5.5.1
3
+ Version: 5.5.2
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
7
7
  Author-email: dickilyyiu@gmail.com
8
8
  License: Proprietary
9
9
  Description: # smemhack
10
-
11
10
  **smemhack** is a Python library designed to automate online homework tasks with AI and system control.
12
11
  What is inside:
13
12
 
@@ -17,6 +16,7 @@ Description: # smemhack
17
16
 
18
17
  **What is New in version 5.5**
19
18
  You now can control the new word number(max=5)
19
+
20
20
  How to Use it:
21
21
 
22
22
  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
@@ -1,5 +1,4 @@
1
1
  # smemhack
2
-
3
2
  **smemhack** is a Python library designed to automate online homework tasks with AI and system control.
4
3
  What is inside:
5
4
 
@@ -9,6 +8,7 @@ What is inside:
9
8
 
10
9
  **What is New in version 5.5**
11
10
  You now can control the new word number(max=5)
11
+
12
12
  How to Use it:
13
13
 
14
14
  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
@@ -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.5.1",
9
+ version="5.5.2",
10
10
  packages=find_packages(),
11
11
  install_requires=[
12
12
  "tensorflow",
@@ -1,2 +1,2 @@
1
1
  from .main import *
2
- __version__="5.5.1"
2
+ __version__="5.5.2"
@@ -1,13 +1,12 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: smemhack
3
- Version: 5.5.1
3
+ Version: 5.5.2
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
7
7
  Author-email: dickilyyiu@gmail.com
8
8
  License: Proprietary
9
9
  Description: # smemhack
10
-
11
10
  **smemhack** is a Python library designed to automate online homework tasks with AI and system control.
12
11
  What is inside:
13
12
 
@@ -17,6 +16,7 @@ Description: # smemhack
17
16
 
18
17
  **What is New in version 5.5**
19
18
  You now can control the new word number(max=5)
19
+
20
20
  How to Use it:
21
21
 
22
22
  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
File without changes
File without changes
File without changes