Skip to content

Instantly share code, notes, and snippets.

View mmagnus's full-sized avatar

Marcin Magnus mmagnus

View GitHub Profile
@mmagnus
mmagnus / scanify.py
Created March 22, 2017 19:35
scanify.py
#!/usr/bin/env python
import os
import argparse
def get_parser():
"""Get parser of arguments"""
parser = argparse.ArgumentParser()
# parser = argparse.ArgumentParser(description=__doc__, formatter_class=argparse.RawDescriptionHelpFormatter)
parser.add_argument('file')#, nargs='+')