This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x1B79E54957984D0A1A27043d90831EBA93Af7308 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/env python | |
from urllib import request | |
import os, sys, getopt | |
from glob import glob | |
import tempfile as tmp | |
import shutil | |
from pathlib import Path | |
import more_itertools | |
from colorama import init, Fore |