smemhack 5.0__py3-none-any.whl → 5.1__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.0"
2
+ __version__="5.1"
@@ -0,0 +1,9 @@
1
+ Copyright (c) 2025 Dickily
2
+
3
+ All rights reserved.
4
+
5
+ Permission is hereby granted to the end user ("Licensee") to use this software for personal and non-commercial purposes. Any commercial use, modification, distribution, reproduction, or reverse engineering of this software, in whole or in part, is strictly prohibited without prior written consent from Dickily.
6
+
7
+ The software is provided "as is," without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement. In no event shall the authors or copyright holders be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or the use or other dealings in the software.
8
+
9
+ For inquiries or permissions, please contact: dickilyyiu@gmail.com
@@ -0,0 +1,41 @@
1
+ Metadata-Version: 2.1
2
+ Name: smemhack
3
+ Version: 5.1
4
+ Summary: A Python library to automate online homework tasks with AI and system control.
5
+ Home-page: UNKNOWN
6
+ Author: Dickily
7
+ Author-email: dickilyyiu@gmail.com
8
+ License: Proprietary
9
+ Platform: UNKNOWN
10
+ Classifier: License :: Other/Proprietary License
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Programming Language :: Python :: 3.8
13
+ Classifier: Operating System :: OS Independent
14
+ Requires-Python: >=3.6
15
+ Description-Content-Type: text/markdown
16
+ Requires-Dist: tensorflow
17
+ Requires-Dist: pyautogui
18
+ Requires-Dist: pyperclip
19
+ Requires-Dist: numpy
20
+
21
+ # smemhack
22
+
23
+ **smemhack** is a Python library designed to automate online homework tasks with AI and system control.
24
+ version: 5.1
25
+ What is inside:
26
+
27
+ 1.auto train ai to finish solidmemory
28
+
29
+ 2.having a compare system to prevent accident error
30
+
31
+ How to Use it:
32
+ 1.Prepare a started solidmemory page(exercise page)
33
+ 2.Run the code
34
+ ## Usage
35
+ To use the library, simply call the `hack()` function:
36
+ ```python
37
+ from smemhack import hack
38
+
39
+ hack()
40
+
41
+
@@ -0,0 +1,7 @@
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,,
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 [Dickily]
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
@@ -1,20 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: smemhack
3
- Version: 5.0
4
- Summary: A Python library to automate online homework tasks with AI and system control.
5
- Home-page: UNKNOWN
6
- Author: Dickily
7
- License: MIT
8
- Platform: UNKNOWN
9
- Classifier: License :: OSI Approved :: MIT License
10
- Classifier: Programming Language :: Python :: 3
11
- Classifier: Programming Language :: Python :: 3.8
12
- Requires-Python: >=3.6
13
- Requires-Dist: tensorflow
14
- Requires-Dist: pyautogui
15
- Requires-Dist: pyperclip
16
- Requires-Dist: numpy
17
-
18
- UNKNOWN
19
-
20
-
@@ -1,7 +0,0 @@
1
- smemhack/__init__.py,sha256=AB-0oBos1GTmQOACLtp_ssyk5spXrGZnArORwCs8VJ8,38
2
- smemhack/main.py,sha256=-dGMMrEAaL_5FHfZBSBvN65w5qR7wZ6G9qyEeXX8ELg,6803
3
- smemhack-5.0.dist-info/LICENSE.txt,sha256=tP97363uLuaT-mFz0R1-JeFz_lngKvgs-aT548Ml4yE,1087
4
- smemhack-5.0.dist-info/METADATA,sha256=_BAyYFXxlGEam-wcIMg6uaWudoZlgSElhIXetzUbnq8,504
5
- smemhack-5.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
6
- smemhack-5.0.dist-info/top_level.txt,sha256=xNcFNsBkAsQ7cvrsNoZurwu9SXFyvBe6PxS-zt5MuG8,9
7
- smemhack-5.0.dist-info/RECORD,,
File without changes