Skip to content
This repository was archived by the owner on Jul 4, 2024. It is now read-only.

Commit d678b10

Browse files
authored
Update README.md
1 parent a0793e2 commit d678b10

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,3 +223,37 @@ The developers reserve the right to modify, suspend, or discontinue the Script a
223223
<p align="center">
224224
Developed with ❤️ by Shuakami<SdjzWiki>
225225
</p>
226+
227+
---
228+
# Technology Stack
229+
230+
| Library Name | Description | Link |
231+
|-------------------|------------------------------------|--------------------------------------------------------------|
232+
| os | File and directory operations | [os](https://docs.python.org/3/library/os.html) |
233+
| sys | Access Python interpreter variables| [sys](https://docs.python.org/3/library/sys.html) |
234+
| time | Access and conversions for time | [time](https://docs.python.org/3/library/time.html) |
235+
| subprocess | Running external programs | [subprocess](https://docs.python.org/3/library/subprocess.html) |
236+
| traceback | Track exception information | [traceback](https://docs.python.org/3/library/traceback.html)|
237+
| random | Generate random numbers | [random](https://docs.python.org/3/library/random.html) |
238+
| threading | Multithreading programming | [threading](https://docs.python.org/3/library/threading.html)|
239+
| logging | Logging functionality | [logging](https://docs.python.org/3/library/logging.html) |
240+
| requests | HTTP library for making requests | [requests](https://docs.python-requests.org/) |
241+
| urllib.request | URL handling module | [urllib.request](https://docs.python.org/3/library/urllib.request.html) |
242+
| cv2 (OpenCV) | Computer vision library | [OpenCV](https://opencv.org/) |
243+
| PIL (Pillow) | Image processing library | [Pillow](https://python-pillow.org/) |
244+
| numpy | Large array processing and computations | [numpy](https://numpy.org/) |
245+
| pytesseract | Python interface to Tesseract OCR | [pytesseract](https://pypi.org/project/pytesseract/) |
246+
| paddleocr | OCR tools based on PaddlePaddle | [PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR) |
247+
| pyautogui | GUI automation | [pyautogui](https://pyautogui.readthedocs.io/) |
248+
| keyboard | Keyboard events listening and handling | [keyboard](https://pypi.org/project/keyboard/) |
249+
| pygetwindow | Window management | [PyGetWindow](https://pypi.org/project/PyGetWindow/) |
250+
| json | JSON encoding and decoding | [json](https://docs.python.org/3/library/json.html) |
251+
| re | Regular expression operations | [re](https://docs.python.org/3/library/re.html) |
252+
| atexit | Cleanup actions on program exit | [atexit](https://docs.python.org/3/library/atexit.html) |
253+
| importlib.util | Dynamic module loading | [importlib.util](https://docs.python.org/3/library/importlib.html#module-importlib.util) |
254+
| zipfile | ZIP file manipulation | [zipfile](https://docs.python.org/3/library/zipfile.html) |
255+
| psutil | System monitoring | [psutil](https://psutil.readthedocs.io/en/latest/) |
256+
| logging.handlers | Handling for logging | [logging.handlers](https://docs.python.org/3/library/logging.handlers.html) |
257+
258+
---
259+
> This repository will be archived on July 4, 2024, at 02:00 UTC.

0 commit comments

Comments
 (0)