Skip to content

Instantly share code, notes, and snippets.

View parkjinwoo's full-sized avatar

Park Jinwoo parkjinwoo

View GitHub Profile
#!/usr/bin/env python
# coding: utf-8
from __future__ import unicode_literals, print_function
import sys, zipfile, shutil, os, fileinput
def inflate(filename):
print(filename)
zfile = zipfile.ZipFile(filename)
for f in zfile.namelist():