Nieuws

with gzip.open(os.path.join(root, file), "rb") as comp_file: with open(os.path.join(root, file).replace(".gz", ""), 'wb') as uncomp_file: This script will extract .gz ...