diff --git a/install.bat b/install.bat new file mode 100644 index 0000000..a1047d5 --- /dev/null +++ b/install.bat @@ -0,0 +1,3 @@ +@echo off +pip install -r requirements.txt +pause \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..052296d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,13 @@ +httpx +pyotp +psutil +pypiwin32 +pycryptodome +pyinstaller>=5.0 +PIL-tools +asyncio +threaded +requests +datetime +pywin32 +win32gui \ No newline at end of file