Metadata-Version: 2.1
Name: smemhack
Version: 5.11.18
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
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.8.18
Description-Content-Type: text/markdown
Requires-Dist: tensorflow>=2.8.0
Requires-Dist: pyautogui>=0.9.53
Requires-Dist: pyperclip>=1.8.2
Requires-Dist: numpy>=1.20.0
Requires-Dist: keyboard>=0.13.5
Requires-Dist: fuzzywuzzy>=0.18.0
Requires-Dist: python-Levenshtein>=0.12.2
Requires-Dist: Pillow>=8.0.0

# 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

**What is New in version 5.5**

You now can control the new word number(max=5)

How to Use it:

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

**What is new in version 5.6**

Now you can't enter number below 0 or larger than 5

**What is new in version 5.7**

1.Now it has auto debug function,it will auto restart process if detected bug

2.You now can exit the program by pressing esc

**What is new in version 5.8**

Upgraded the backup compare system

**What is new in version 5.9**

Now it will auto upgrade the program

**What is new in version 5.10**

Updated the code so that it will fit everybody's computer

# What is new in version 5.11

Now it will auto restart after the package is upgraded

**How to Use it:**

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.Prepare a not 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(new_word_number)


