Skip to content

Instantly share code, notes, and snippets.

0x1B79E54957984D0A1A27043d90831EBA93Af7308
#!/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