Add tqdm and tabulate, improve bruteforce progress reporting

This commit is contained in:
√(noham)²
2025-11-30 16:14:49 +01:00
parent 9806154240
commit 764df27f09
6 changed files with 95 additions and 61 deletions

View File

@@ -15,6 +15,8 @@ dependencies = [
"python-dotenv>=1.2.1",
"pywidevine>=1.9.0",
"requests>=2.32.5",
"tabulate>=0.9.0",
"tqdm>=4.67.1",
]
[project.scripts]