import argparse if __name__ == '__main__': parser = argparse.ArgumentParser(description="some information here") args = parser.parse_args()