Files
WSAppDownloader/WSAppDownloader.py
2022-04-16 21:03:37 +03:00

6 lines
214 B
Python

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): "))