Downloader

This commit is contained in:
BarsTiger
2022-04-16 21:03:37 +03:00
commit 3e58353708
38 changed files with 473 additions and 0 deletions

5
WSAppDownloader.py Normal file
View File

@@ -0,0 +1,5 @@
from modules.storergadguard import get_files
from modules.dl import download
download(get_files(input("Enter Microsoft Store URL: ")), input("Enter save path: "),
input("Enter architecture (x64/x86): "))