Metadata-Version: 2.1
Name: smemhack
Version: 5.2
Summary: A Python library to automate online homework tasks with AI and system control.
Home-page: UNKNOWN
Author: Dickily
Author-email: dickilyyiu@gmail.com
License: Proprietary
Description: # smemhack
        
        **smemhack** is a Python library designed to automate online homework tasks with AI and system control.
        What is inside:
        
        1.auto train ai to finish solidmemory
        
        2.having a compare system to prevent accident error
        
        How to Use it:
        1.Prepare a started solidmemory page(exercise page)
        2.Run the code
        ## Usage
        To use the library, simply call the `hack()` function:
        ```python
        from smemhack import hack
        
        hack()
        
Platform: UNKNOWN
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
