smemhack 5.11.1__py3-none-any.whl → 5.11.3__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 +1 -1
- smemhack/main.py +1 -1
- {smemhack-5.11.1.dist-info → smemhack-5.11.3.dist-info}/METADATA +6 -2
- smemhack-5.11.3.dist-info/RECORD +7 -0
- smemhack-5.11.1.dist-info/RECORD +0 -7
- {smemhack-5.11.1.dist-info → smemhack-5.11.3.dist-info}/LICENSE.txt +0 -0
- {smemhack-5.11.1.dist-info → smemhack-5.11.3.dist-info}/WHEEL +0 -0
- {smemhack-5.11.1.dist-info → smemhack-5.11.3.dist-info}/top_level.txt +0 -0
smemhack/__init__.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
from .main import *
|
2
|
-
__version__="5.11.
|
2
|
+
__version__="5.11.3"
|
smemhack/main.py
CHANGED
@@ -27,7 +27,7 @@ def hack(number):
|
|
27
27
|
exit()
|
28
28
|
def package_version():
|
29
29
|
current_ver=pkg_resources.get_distribution("smemhack").version
|
30
|
-
if current_ver != 5.11:
|
30
|
+
if current_ver != 5.11.3:
|
31
31
|
os.system("pip install --upgrade smemhack")
|
32
32
|
os.system("py -m pip install --upgrade smemhack")
|
33
33
|
restart()
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: smemhack
|
3
|
-
Version: 5.11.
|
3
|
+
Version: 5.11.3
|
4
4
|
Summary: A Python library to automate online homework tasks with AI and system control.
|
5
5
|
Author: Dickily
|
6
6
|
Author-email: dickilyyiu@gmail.com
|
@@ -55,10 +55,14 @@ Upgraded the backup compare system
|
|
55
55
|
|
56
56
|
Now it will auto upgrade the program
|
57
57
|
|
58
|
-
|
58
|
+
**What is new in version 5.10**
|
59
59
|
|
60
60
|
Updated the code so that it will fit everybody's computer
|
61
61
|
|
62
|
+
# What is new in version 5.11
|
63
|
+
|
64
|
+
Now it will auto restart after the package is upgraded
|
65
|
+
|
62
66
|
**How to Use it:**
|
63
67
|
|
64
68
|
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=EP5vL8VmFU2nQtle5xmIGYc9QtN218qfPlWoSgTT04c,41
|
2
|
+
smemhack/main.py,sha256=MSgXBjL-E9ed_nmZkYSp1paFecyMNCbjrVBiU2DELV8,8132
|
3
|
+
smemhack-5.11.3.dist-info/LICENSE.txt,sha256=RJahtv1H4Hjtstu6FLflvTF63-bB_QahD7q_vLWCVus,906
|
4
|
+
smemhack-5.11.3.dist-info/METADATA,sha256=vdMmAzCps59wJGtm2nYcksUw8obGWMbzsrBAQ8-mwjg,2194
|
5
|
+
smemhack-5.11.3.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
6
|
+
smemhack-5.11.3.dist-info/top_level.txt,sha256=xNcFNsBkAsQ7cvrsNoZurwu9SXFyvBe6PxS-zt5MuG8,9
|
7
|
+
smemhack-5.11.3.dist-info/RECORD,,
|
smemhack-5.11.1.dist-info/RECORD
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
smemhack/__init__.py,sha256=2ex0NljbbHbmYG0mtNtsqqG6NY60B7cib7l6IuyyFD0,41
|
2
|
-
smemhack/main.py,sha256=tuMyuv9ClCJ47QVNbFLf_DjJ7xS1HRgdTI-C2P-fnCs,8130
|
3
|
-
smemhack-5.11.1.dist-info/LICENSE.txt,sha256=RJahtv1H4Hjtstu6FLflvTF63-bB_QahD7q_vLWCVus,906
|
4
|
-
smemhack-5.11.1.dist-info/METADATA,sha256=uF-w1T0gZPcNo8rlkqBgfvIjmuByOCilcirqXjGKDQk,2101
|
5
|
-
smemhack-5.11.1.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
6
|
-
smemhack-5.11.1.dist-info/top_level.txt,sha256=xNcFNsBkAsQ7cvrsNoZurwu9SXFyvBe6PxS-zt5MuG8,9
|
7
|
-
smemhack-5.11.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|