Initial release

This commit is contained in:
2023-10-12 15:07:15 +05:00
committed by GitHub
parent bb5d2e2510
commit 592087fea9
11 changed files with 7780 additions and 0 deletions

20
Pipfile Normal file
View File

@@ -0,0 +1,20 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pywinauto = "*"
pillow = "*"
psutil = "*"
pytesseract = "*"
pyinstaller = "*"
httpx = {extras = ["brotli", "http2"], version = "*"}
tqdm = "*"
rapidfuzz = "*"
[dev-packages]
[requires]
python_version = "3.11"
python_full_version = "3.11.5"