Metadata-Version: 2.1
Name: smemhack
Version: 5.9
Summary: A Python library to automate online homework tasks with AI and system control.
Author: Dickily
Author-email: dickilyyiu@gmail.com
License: Proprietary
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
License-File: LICENSE.txt
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

# 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

**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 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)
